Added the start & development script in the package.json
This commit is contained in:
parent
20aa9fae2c
commit
322b95e2c4
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user