We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b9d16 commit 2ba819dCopy full SHA for 2ba819d
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"build": "tsc",
22
"clean": "rm -rf dist",
23
"main": "npm run build && node --env-file=.env dist/app.js",
24
- "start:production": "NODE_ENV=production node --trace-uncaught -r ts-node/register --env-file=.env src/app.ts",
+ "start:production": "NODE_ENV=production node --trace-uncaught -r ts-node/register src/app.ts",
25
"start": "NODE_ENV=development node --trace-uncaught -r ts-node/register --env-file=.env src/app.ts",
26
"start:deploy": "npm run start:production"
27
},
@@ -48,7 +48,7 @@
48
49
"homepage": "https://github.com/CodeModule-ir/cop#readme",
50
"dependencies": {
51
- "@medishn/logger": "^2.0.1",
+ "@medishn/logger": "^2.0.0",
52
"express": "^4.21.1",
53
"grammy": "^1.27.0",
54
"pg": "^8.13.1"
0 commit comments