improved api

This commit is contained in:
j-weissen 2022-12-05 19:30:27 +01:00
parent 3be0cc8380
commit f3f0945ccc
6 changed files with 174 additions and 7 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"dev": "ts-node-esm src/app.ts",
"test": "echo \"Error: no test specified\" && exit 1"
"prod": "tsc && node build/app.ts"
},
"author": "jweissen",
"license": "ISC",
@ -20,6 +20,7 @@
"typescript": "^4.9.3"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/node": "^18.11.9"
}
}