Skip to content

Commit 48edf20

Browse files
committed
update nuxt config
1 parent a92ba12 commit 48edf20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playground/nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { defineNuxtConfig } from 'nuxt'
2+
import Module from '../src/module'
23

34
// https://v3.nuxtjs.org/api/configuration/nuxt.config
45
export default defineNuxtConfig({
5-
modules: ['nuxt-proxy'],
6+
modules: [Module],
67
proxy: {
78
options: [
89
{

0 commit comments

Comments
 (0)