Added dev script

This commit is contained in:
Nicolai Ort 2021-01-30 17:44:04 +01:00
parent 915ff92418
commit 814b564752

View File

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