chore: add codeflow overrides configuration

This commit is contained in:
Daniel Roe 2023-06-27 11:10:44 +01:00
parent 9c8746f2a6
commit d7267663f2
1 changed files with 13 additions and 0 deletions

13
.stackblitz/codeflow.json Normal file
View 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"
}
}
}