This commit is contained in:
ItzCrazyKns
2024-05-09 20:43:04 +05:30
parent 09463999c2
commit 9a7af945b0
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"start": "node dist/app.js",
"build": "tsc",
"dev": "nodemon src/app.ts" ,
"dev": "nodemon src/app.ts",
"format": "prettier . --check",
"format:write": "prettier . --write"
},