Closed rmj-s closed 1 year ago
You need to create nuxt.config.js and use defineNuxtConfig
.
https://nuxt.com/docs/bridge/overview#update-nuxtconfig
// nuxt.config.js
import { defineNuxtConfig } from '@nuxt/bridge';
export default defineNuxtConfig({});
Environment
Reproduction
https://github.com/rmj-s/nuxt-bridge-test
Describe the bug
I'm trying to use Nuxt Bridge with Nuxt 2.17.0 but getting the following error on running the dev command:
If I try to run the build command then I get the following error:
Additional context
No response
Logs
No response