Skip to content

Commit

Permalink
feat: update scripts for pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeocfg committed Dec 9, 2023
1 parent 1cd7caf commit 9ef613b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"client": "npm start --prefix ./frontend",
"build:client": "npm run build --prefix ./frontend",
"bot": "nodemon ./tg-bot/index.js",
"start:dev": "concurrently \"npm run server\" \"npm run client\""
"start:dev": "concurrently \"npm run server\" \"npm run client\"",
"back:prod": "./backend/server.ts",
"bot:prod": "./tg-bot/index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9ef613b

Please sign in to comment.