Skip to content

Commit

Permalink
fix(webapp): use background execution for start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 committed Jun 8, 2024
1 parent d090605 commit a6d6789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "yarn build:next && yarn build:server",
"build:next": "next build",
"build:server": "tsc -P tsconfig.server.json",
"start": "yarn start:next && yarn start:server",
"start": "yarn start:next & yarn start:server",
"start:next": "next start",
"start:server": "node dist/server.js",
"lint": "next lint",
Expand Down

0 comments on commit a6d6789

Please sign in to comment.