Fix startup
All checks were successful
Build Website / Tag Version (push) Successful in 1m20s
Build Website / Build Dockerfile (push) Successful in 12m54s

This commit is contained in:
2025-09-27 16:35:25 -04:00
parent 624da5e9c9
commit 0911412989

View File

@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"start": "node src/main.mjs",
"start:prod": "mv assets/* $ZIM_DIR/ && npm run start",
"start:prod": "(mv /app/assets/* $ZIM_DIR/ || echo) && npm run start",
"archive-zim": "zimwriterfs --welcome=index.html --illustration=logo.png --language=eng --name=Archive --title=Archive --description=\"Your personal space for saving and browsing uploaded files\" --creator=ZaksCode --publisher=ZaksCode ./archive assets/archive.zim"
},
"keywords": [],