Added the start & development script in the package.json

This commit is contained in:
2022-09-06 18:29:22 +02:00
parent 20aa9fae2c
commit 322b95e2c4

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",