push to the new system (or try to at least)
Some checks failed
/ test (push) Failing after 2m31s

This commit is contained in:
Soph :3 2025-06-29 13:24:20 +03:00
parent 2c2d489783
commit 6eb67ed250
4 changed files with 231 additions and 2 deletions

View file

@ -11,11 +11,16 @@
"prod": "bun index.ts --prod",
"dev": "bun index.ts --dev"
},
"trustedDependencies": [
"esbuild",
"sharp"
],
"type": "module",
"dependencies": {
"@zip.js/zip.js": "^2.7.52",
"ani-cursor": "^0.0.5",
"riff-file": "^1.0.3",
"sharp": "^0.34.2",
"sssg": "git+https://git.sad.ovh/sophie/sssg#e68ad369e9399d33f58678d2a3271cd631c2fe6a"
}
}