Browse Source

rm webpack

push-params
Evan Feenstra 4 years ago
parent
commit
ef8d3f1c3e
  1. 3
      package.json

3
package.json

@ -6,8 +6,7 @@
"scripts": {
"test": "echo 'no tests yet!' && exit 0",
"docker-dev": "nodemon ./app.js",
"build": "webpack --config webpack.config.js",
"frontend": "webpack-dev-server --entry ./frontend.jsx",
"build": "tsc",
"start-ts": "ts-node ./app.ts",
"start": "ts-node ./app.ts",
"start-password": "USE_PASSWORD=true ts-node ./app.ts",

Loading…
Cancel
Save