Backend build: copy SQL schema files to dist for production start
Made-with: Cursor
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "tsc && cp src/db/*.sql dist/db/",
|
||||
"start": "node dist/index.js",
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"migrate": "tsx src/db/migrate.ts"
|
||||
|
||||
Reference in New Issue
Block a user