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.
1 parent ca0f5c5 commit c90f6a2Copy full SHA for c90f6a2
1 file changed
packages/bridge/module.cjs
@@ -16,6 +16,9 @@ module.exports.defineNuxtConfig = (config = {}) => {
16
// Initialize typescript config for nuxi typecheck + prepare support
17
config.typescript = config.typescript || {}
18
19
+ // Initialize nitro options
20
+ config.nitro = config.nitro || {}
21
+
22
// Nuxt kit depends on this flag to check bridge compatibility
23
config.bridge = typeof config.bridge === 'object' ? config.bridge : {}
24
config.bridge._version = pkg.version
0 commit comments