From d050a1efc54b94d9e144278086669067818d1156 Mon Sep 17 00:00:00 2001 From: mostafayavari Date: Sun, 1 Oct 2023 12:22:43 +0330 Subject: [PATCH] bla bal --- .env.example | 1 + .gitignore | 5 ++++- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4b08119 --- /dev/null +++ b/.env.example @@ -0,0 +1 @@ +port=3020 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 30bc162..03ca049 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -/node_modules \ No newline at end of file +/node_modules +index.js +.env +package-lock.json \ No newline at end of file diff --git a/package.json b/package.json index 78d5b2b..96bf107 100644 --- a/package.json +++ b/package.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": [],