diff --git a/package.json b/package.json index e7aa7a4..7ecb910 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "build": "webpack --config webpack.config.js", "frontend": "webpack-dev-server --entry ./frontend.jsx", "start-ts": "ts-node ./app.ts", - "start": "USE_PASSWORD=true ts-node ./app.ts", + "start": "ts-node ./app.ts", + "start-password": "USE_PASSWORD=true ts-node ./app.ts", "start-hosting": "HOSTING_PROVIDER=true ts-node ./app.ts", "prod": "cp config/app.json dist/config/app.json && cp config/config.json dist/config/config.json && env NODE_ENV=production node dist/app.js", "tsc": "rm -rf dist/ && tsc && cp -r public dist/public",