fix: cannot build prod and delete unused file

This commit is contained in:
2026-07-08 18:42:54 +02:00
parent 73dd672fdb
commit 99a1097053
6 changed files with 32 additions and 19 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "server.ts",
"scripts": {
"dev": "tsx --watch server.ts",
"build": "tsc -b",
"build": "tsc -b && node scripts/copy-assets.cjs",
"start": "node dist/server.js"
},
"keywords": [],