File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 "build" : " tsc" ,
2222 "clean" : " rm -rf dist" ,
2323 "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" ,
24+ "start:production" : " NODE_ENV=production node --trace-uncaught -r ts-node/register src/app.ts" ,
2525 "start" : " NODE_ENV=development node --trace-uncaught -r ts-node/register --env-file=.env src/app.ts" ,
2626 "start:deploy" : " npm run start:production"
2727 },
4848 },
4949 "homepage" : " https://github.com/CodeModule-ir/cop#readme" ,
5050 "dependencies" : {
51- "@medishn/logger" : " ^2.0.1 " ,
51+ "@medishn/logger" : " ^2.0.0 " ,
5252 "express" : " ^4.21.1" ,
5353 "grammy" : " ^1.27.0" ,
5454 "pg" : " ^8.13.1"
You can’t perform that action at this time.
0 commit comments