fix scripts + mailer

This commit is contained in:
2022-06-26 20:45:52 +03:00
parent 76544d6251
commit 7c5f677d97
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "",
"main": "src/main.ts",
"scripts": {
"start": "nodemon",
"start": "cross-env MODE=\"dev\" nodemon",
"build": "tsc",
"up:prod": "node dist/src/main",
"deploy:d:stop": "docker-compose down",