Skip to content

Commit

Permalink
Enable turbopack in rif and invoicification (#841)
Browse files Browse the repository at this point in the history
Neither of these bundle any server packages, so enabling turbo just
works
  • Loading branch information
junlarsen authored Mar 14, 2024
1 parent 26a0324 commit 50468e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/invoicification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3004",
"dev": "next dev -p 3004 --turbo",
"build": "next build",
"start": "next start",
"lint": "biome check . --apply",
Expand Down
2 changes: 1 addition & 1 deletion apps/rif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"dev": "next dev -p 3003 --turbo",
"build": "next build",
"start": "next start",
"lint": "biome check . --apply",
Expand Down

0 comments on commit 50468e4

Please sign in to comment.