mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: add codeflow overrides configuration
This commit is contained in:
parent
9c8746f2a6
commit
d7267663f2
13
.stackblitz/codeflow.json
Normal file
13
.stackblitz/codeflow.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"pnpm": {
|
||||||
|
"overrides": {
|
||||||
|
"@nuxt/kit": "./packages/kit",
|
||||||
|
"@nuxt/schema": "./packages/schema",
|
||||||
|
"@nuxt/test-utils": "./packages/test-utils",
|
||||||
|
"@nuxt/vite": "./packages/vite",
|
||||||
|
"@nuxt/webpack": "./packages/webpack",
|
||||||
|
"nuxi": "./packages/nuxi",
|
||||||
|
"nuxt": "./packages/nuxt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user