Skip to content

Commit 8bcc6f5

Browse files
committed
chore: update
1 parent ba90b0d commit 8bcc6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"homepage": "https://github.com/vitejs/devtools#readme",
1010
"repository": {
11-
"directory": "/vite",
11+
"directory": "packages/vite",
1212
"type": "git",
1313
"url": "git+https://github.com/vitejs/devtools.git"
1414
},
@@ -28,7 +28,7 @@
2828
"dist"
2929
],
3030
"scripts": {
31-
"build": "pnpm dev:prepare && nuxi build src && tsdown",
31+
"build": "pnpm dev:prepare && ROLLDOWN_OPTIONS_VALIDATION=loose nuxi build src && tsdown",
3232
"build:debug": "NUXT_DEBUG_BUILD=true pnpm run build",
3333
"dev": "DEBUG='vite:devtools:*' ROLLDOWN_OPTIONS_VALIDATION=loose nuxi dev src",
3434
"dev:prepare": "nuxi prepare src",

0 commit comments

Comments
 (0)