Skip to content

Commit 2e25afd

Browse files
authored
feat(schema): add experimental multiApp flag (nuxt#27291)
1 parent c0b3d03 commit 2e25afd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/schema/src/config/experimental.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ export default defineUntypedSchema({
4545
* @type {3 | 4}
4646
*/
4747
compatibilityVersion: 3,
48+
/**
49+
* This enables early access to the experimental multi-app support.
50+
* @see [Nuxt Issue #21635](https://github.com/nuxt/nuxt/issues/21635)
51+
*/
52+
multiApp: false,
4853
/**
4954
* This enables 'Bundler' module resolution mode for TypeScript, which is the recommended setting
5055
* for frameworks like Nuxt and Vite.

0 commit comments

Comments
 (0)