bla bal
This commit is contained in:
1
.env.example
Normal file
1
.env.example
Normal file
@@ -0,0 +1 @@
|
||||
port=3020
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,4 @@
|
||||
/node_modules
|
||||
index.js
|
||||
.env
|
||||
package-lock.json
|
||||
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "npx tsc",
|
||||
"start": "node dist/index.js",
|
||||
"start": "node index.js",
|
||||
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q index.js\""
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user