Skip to content

Commit

Permalink
Enable Turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored May 23, 2024
1 parent 22aebd2 commit 9d6a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example-postgraphile-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"migrate:dev": "dotenv-run -e development -- graphile-migrate watch",
"migrate:up": "dotenv-run -e production -- graphile-migrate watch --once",
"next:build": "next build",
"next:dev": "next dev",
"next:dev": "next dev --turbo",
"next:start": "next start",
"npmpkgjsonlint:check": "npmPkgJsonLint .",
"pre-dev": "yarn database:pre-dev",
Expand Down

0 comments on commit 9d6a001

Please sign in to comment.