diff --git a/package.json b/package.json index b27d839..7fdd3b0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "webpack --config webpack.config.js", "frontend": "webpack-dev-server --entry ./frontend.jsx", "start-ts": "ts-node ./app.ts", - "start": "ts-node ./app.ts", + "start": "HOSTING_PROVIDER=true 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",