Added dev script

This commit is contained in:
Nicolai Ort 2021-01-30 17:44:04 +01:00
parent 915ff92418
commit 814b564752
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"description": "The document generation server for the LfK! runner system. This generates certificates, sponsoring aggreements and more",
"main": "src/app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "nodemon src/app.ts"
},
"repository": {
"type": "git",
@ -52,4 +52,4 @@
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}
}