From d7267663f24729d2fd5b45963ce4a4a916111c7c Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 27 Jun 2023 11:10:44 +0100 Subject: [PATCH] chore: add codeflow overrides configuration --- .stackblitz/codeflow.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .stackblitz/codeflow.json diff --git a/.stackblitz/codeflow.json b/.stackblitz/codeflow.json new file mode 100644 index 000000000000..06a7fa58ac72 --- /dev/null +++ b/.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" + } + } +}