mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Use turbopack
This commit is contained in:
parent
a988fd0542
commit
54fe3af0f0
2 changed files with 9 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"test": "vitest run",
|
||||
"test:e2e": "playwright test",
|
||||
"dev:spotlight": "pnpx @spotlightjs/spotlight",
|
||||
"dev:next": "next dev",
|
||||
"dev:next": "next dev --turbopack",
|
||||
"dev": "run-p dev:*",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
|
|
@ -94,10 +94,12 @@
|
|||
"globals": "^16.1.0",
|
||||
"http-server": "^14.1.1",
|
||||
"husky": "^9.1.6",
|
||||
"import-in-the-middle": "^1.13.1",
|
||||
"jsdom": "^26.1.0",
|
||||
"lint-staged": "^16.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.5.3",
|
||||
"require-in-the-middle": "^7.5.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"start-server-and-test": "^2.0.8",
|
||||
"storybook": "^8.3.5",
|
||||
|
|
|
|||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
|
|
@ -213,6 +213,9 @@ importers:
|
|||
husky:
|
||||
specifier: ^9.1.6
|
||||
version: 9.1.7
|
||||
import-in-the-middle:
|
||||
specifier: ^1.13.1
|
||||
version: 1.13.1
|
||||
jsdom:
|
||||
specifier: ^26.1.0
|
||||
version: 26.1.0
|
||||
|
|
@ -225,6 +228,9 @@ importers:
|
|||
postcss:
|
||||
specifier: ^8.5.3
|
||||
version: 8.5.3
|
||||
require-in-the-middle:
|
||||
specifier: ^7.5.2
|
||||
version: 7.5.2
|
||||
rimraf:
|
||||
specifier: ^6.0.1
|
||||
version: 6.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue