This commit is contained in:
Emily
2025-02-11 14:27:35 +01:00
parent 346eecc928
commit a7ebbc22c0
3 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
"main": "dist/index.js",
"scripts": {
"dev": "node scripts/start_dev.js",
"dev_prod": "node scripts/start_dev_prod.js",
"compile": "tsc",
"build": "npm run compile && npm run create_db",
"create_db": "cd scripts && ts-node create_database.ts",