|
@@ -5,10 +5,9 @@
|
|
"description": "Keep on top of it all with Herda",
|
|
"description": "Keep on top of it all with Herda",
|
|
"scripts": {
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build": "tsc",
|
|
- "build-statics": "cd web && npm run build -- --outDir ../public",
|
|
|
|
"dev": "nodemon --watch src -e ts --exec 'ts-node src/index.ts'",
|
|
"dev": "nodemon --watch src -e ts --exec 'ts-node src/index.ts'",
|
|
"lint": "eslint --ext .ts src",
|
|
"lint": "eslint --ext .ts src",
|
|
- "start": "node out/index.js",
|
|
|
|
|
|
+ "start": "node out/src/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
},
|
|
"keywords": [],
|
|
"keywords": [],
|