|
@ -6,8 +6,7 @@ |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"test": "echo 'no tests yet!' && exit 0", |
|
|
"test": "echo 'no tests yet!' && exit 0", |
|
|
"docker-dev": "nodemon ./app.js", |
|
|
"docker-dev": "nodemon ./app.js", |
|
|
"build": "webpack --config webpack.config.js", |
|
|
"build": "tsc", |
|
|
"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": "ts-node ./app.ts", |
|
|
"start-password": "USE_PASSWORD=true ts-node ./app.ts", |
|
|
"start-password": "USE_PASSWORD=true ts-node ./app.ts", |
|
|