1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

feat: add start target

This commit is contained in:
Fredrik Oseberg 2021-02-11 12:25:13 +01:00 committed by Christopher Kolstad
parent cbdde21f48
commit 74b510e136
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -28,7 +28,7 @@
"unleash": "./dist/bin/unleash.js"
},
"scripts": {
"start": "node server.js",
"start": "node ./dist/server.js",
"start:google": "node examples/google-auth-unleash.js",
"start:dev": "NODE_ENV=development supervisor --ignore ./node_modules/,website ./dist/server-dev.js",
"db-migrate": "db-migrate --migrations-dir ./src/migrations",