Added the start & development script in the package.json

This commit is contained in:
Mathias Wagner 2022-09-06 18:29:22 +02:00
parent 20aa9fae2c
commit 322b95e2c4
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -6,6 +6,10 @@
"repository": "https://github.com/SheepstarStudio/Backend.git",
"author": "SheepstarStudio",
"private": true,
"scripts": {
"start": "node app.ts",
"dev": "nodemon app.ts"
},
"dependencies": {
"dotenv": "^16.0.2",
"mongoose": "^6.5.4",