Skip to content

Commit

Permalink
⚡️ bun server start command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed Jul 16, 2024
1 parent 62923ee commit fbcb747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/bun-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "bun-server",
"scripts": {
"start": "bun ./dist/index.js",
"start:prod": "bun start",
"dev": "bun --watch ./src/index.ts",
"build": "tsc"
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"setup": "yarn && yarn setup:expo && yarn setup:server",
"start:prod:ts-node": "cd server && yarn start:ts-node",
"start:prod": "cd server && yarn start:prod",
"start:prod:bun": "cd apps/bun-server && yarn start:prod",
"start": "node packages/cli/src/start.js",
"test:all": "yarn test:expo && yarn test:server",
"test:expo": "cd apps/expo && yarn test",
Expand Down

0 comments on commit fbcb747

Please sign in to comment.