We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
multiApp
1 parent c0b3d03 commit 2e25afdCopy full SHA for 2e25afd
packages/schema/src/config/experimental.ts
@@ -45,6 +45,11 @@ export default defineUntypedSchema({
45
* @type {3 | 4}
46
*/
47
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,
53
/**
54
* This enables 'Bundler' module resolution mode for TypeScript, which is the recommended setting
55
* for frameworks like Nuxt and Vite.
0 commit comments