This commit is contained in:
Ralfs 2021-04-13 14:15:57 +03:00
parent fa3ea4d584
commit 626223a3df
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"scripts": {
"build": "tsc",
"postinstall": "tsc",
"deploy": "git add . && git commit -m Heroku && git push heroku master",
"deploy": "git add . && git commit -m Heroku && git push heroku main",
"start": "node --max_old_space_size=2048 build/index.js",
"start:dev": "ts-node src/index.ts"
},