We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d990d6a commit 8af5131Copy full SHA for 8af5131
backend/package.json
@@ -9,7 +9,7 @@
9
},
10
"scripts": {
11
"dev": "tsx watch src/index.ts",
12
- "build": "tsc",
+ "build": "tsc && node scripts/copy-assets.mjs",
13
"start": "node dist/index.js",
14
"migrate": "tsx src/db/migrate.ts",
15
"db:reset": "rm -rf data/pglite && echo 'Database reset. It will be recreated on next server start.'",
0 commit comments