mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
feat(schema): add experimental multiApp
flag (#27291)
This commit is contained in:
parent
c0b3d0329a
commit
2e25afdfb8
@ -45,6 +45,11 @@ export default defineUntypedSchema({
|
|||||||
* @type {3 | 4}
|
* @type {3 | 4}
|
||||||
*/
|
*/
|
||||||
compatibilityVersion: 3,
|
compatibilityVersion: 3,
|
||||||
|
/**
|
||||||
|
* This enables early access to the experimental multi-app support.
|
||||||
|
* @see [Nuxt Issue #21635](https://github.com/nuxt/nuxt/issues/21635)
|
||||||
|
*/
|
||||||
|
multiApp: false,
|
||||||
/**
|
/**
|
||||||
* This enables 'Bundler' module resolution mode for TypeScript, which is the recommended setting
|
* This enables 'Bundler' module resolution mode for TypeScript, which is the recommended setting
|
||||||
* for frameworks like Nuxt and Vite.
|
* for frameworks like Nuxt and Vite.
|
||||||
|
Loading…
Reference in New Issue
Block a user