This commit is contained in:
mostafayavari
2023-10-01 12:22:43 +03:30
parent 0cab8d2430
commit d050a1efc5
3 changed files with 6 additions and 2 deletions

1
.env.example Normal file
View File

@@ -0,0 +1 @@
port=3020

5
.gitignore vendored
View File

@@ -1 +1,4 @@
/node_modules /node_modules
index.js
.env
package-lock.json

View File

@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc", "build": "npx tsc",
"start": "node dist/index.js", "start": "node index.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q index.js\"" "dev": "concurrently \"npx tsc --watch\" \"nodemon -q index.js\""
}, },
"keywords": [], "keywords": [],