improved api
This commit is contained in:
parent
3be0cc8380
commit
f3f0945ccc
6 changed files with 174 additions and 7 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue