Browse Source

HOSTING_PROVIDER=true in env

hosting-provider
Evan Feenstra 4 years ago
parent
commit
c08e9c7386
  1. 2
      package.json

2
package.json

@ -9,7 +9,7 @@
"build": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js",
"frontend": "webpack-dev-server --entry ./frontend.jsx", "frontend": "webpack-dev-server --entry ./frontend.jsx",
"start-ts": "ts-node ./app.ts", "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-password": "USE_PASSWORD=true ts-node ./app.ts",
"start-hosting": "HOSTING_PROVIDER=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", "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",

Loading…
Cancel
Save