Skip to content

Commit 4b95777

Browse files
committed
chore: fix typo
1 parent 3a33cc1 commit 4b95777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/rolldown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"license": "MIT",
88
"homepage": "https://github.com/vitejs/devtools#readme",
99
"repository": {
10-
"directory": "/vite",
10+
"directory": "/rolldown",
1111
"type": "git",
1212
"url": "git+https://github.com/vitejs/devtools.git"
1313
},
1414
"bugs": "https://github.com/vitejs/devtools/issues",
1515
"keywords": [
16-
"vite",
16+
"rolldown",
1717
"devtools"
1818
],
1919
"sideEffects": false,
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"build": "pnpm dev:prepare && ROLLDOWN_OPTIONS_VALIDATION=loose nuxi build src && tsdown",
3131
"build:debug": "NUXT_DEBUG_BUILD=true pnpm run build",
32-
"dev": "DEBUG='vite:devtools:*' ROLLDOWN_OPTIONS_VALIDATION=loose nuxi dev src",
32+
"dev": "DEBUG='rolldown:devtools:*' ROLLDOWN_OPTIONS_VALIDATION=loose nuxi dev src",
3333
"dev:prepare": "nuxi prepare src",
3434
"prepack": "pnpm build"
3535
},

0 commit comments

Comments
 (0)