This commit is contained in:
2021-04-05 18:13:21 +02:00
parent 8c6fd34ab5
commit 92b08b7643

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "node ace build --production",
"start": "node server.js",
"start": "node build/server.js",
"dev": "node ace serve --watch",
"seed": "node ace db:seed",
"mig": "node ace migration:run",