Skip to content

Commit

Permalink
chore: add codeflow overrides configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 27, 2023
1 parent 9c8746f commit d726766
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .stackblitz/codeflow.json
@@ -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"
}
}
}

0 comments on commit d726766

Please sign in to comment.