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 a92ba12 commit 48edf20Copy full SHA for 48edf20
playground/nuxt.config.ts
@@ -1,8 +1,9 @@
1
import { defineNuxtConfig } from 'nuxt'
2
+import Module from '../src/module'
3
4
// https://v3.nuxtjs.org/api/configuration/nuxt.config
5
export default defineNuxtConfig({
- modules: ['nuxt-proxy'],
6
+ modules: [Module],
7
proxy: {
8
options: [
9
{
0 commit comments