Skip to content

Commit 54fe3af

Browse files
committed
Use turbopack
1 parent a988fd0 commit 54fe3af

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "vitest run",
88
"test:e2e": "playwright test",
99
"dev:spotlight": "pnpx @spotlightjs/spotlight",
10-
"dev:next": "next dev",
10+
"dev:next": "next dev --turbopack",
1111
"dev": "run-p dev:*",
1212
"build": "next build",
1313
"start": "next start",
@@ -94,10 +94,12 @@
9494
"globals": "^16.1.0",
9595
"http-server": "^14.1.1",
9696
"husky": "^9.1.6",
97+
"import-in-the-middle": "^1.13.1",
9798
"jsdom": "^26.1.0",
9899
"lint-staged": "^16.0.0",
99100
"npm-run-all": "^4.1.5",
100101
"postcss": "^8.5.3",
102+
"require-in-the-middle": "^7.5.2",
101103
"rimraf": "^6.0.1",
102104
"start-server-and-test": "^2.0.8",
103105
"storybook": "^8.3.5",

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)