Skip to content

Commit

Permalink
pm2 option and bun.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
koikiss-dev committed Mar 22, 2024
1 parent 425a741 commit b7d7587
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "src/index.ts",
"scripts": {
"start": "node ./build/src/index.js",
"start:pm2": "pm2 start ./build/src/index.js",
"server": "nodemon src/index.ts",
"start:vercel": "node build/index.js",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
Expand Down

0 comments on commit b7d7587

Please sign in to comment.