Skip to content

Commit

Permalink
Merge pull request #256 from TheAlienKnight/main
Browse files Browse the repository at this point in the history
Lots of fixes
  • Loading branch information
IceeMC authored Aug 26, 2022
2 parents 1a5dbf4 + b0ae564 commit 53fb984
Show file tree
Hide file tree
Showing 13 changed files with 404 additions and 372 deletions.
95 changes: 43 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"@sentry/node": "^6.19.2",
"@snyk/protect": "^1.984.0",
"body-parser": "^1.19.2",
"browser-detect": "^0.2.28",
"chunk": "0.0.3",
Expand Down Expand Up @@ -72,15 +73,15 @@
},
"scripts": {
"compile": "rm -rf dist/ && tsc",
"start": "node --max-old-space-size=8192 dist/src/app",
"start": "node --max-old-space-size=4096 dist/src/app",
"pm2": "pm2 start dist/src/app.js --name 'DEL'",
"css-compile": "sh ./scripts/css_build.sh",
"setup": "node scripts/setup",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect",
"dev": "nodemon --exec \"tsc && fuser -k 3001/tcp && node dist/src/app.js\" --ext ts",
"update": "npm run compile && pm2 restart 1",
"updatel": "npm run compile && pm2 restart 1 && pm2 logs 1"
"update": "npm run compile && pm2 restart DEL",
"updatel": "npm run compile && pm2 restart DEL && pm2 logs DEL"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 53fb984

Please sign in to comment.