Skip to content

Commit b590af0

Browse files
committed
fix(example): use modules instead of buildModules
1 parent b8c46e2 commit b590af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import module from '../src/module'
22

33
export default defineNuxtConfig({
4-
buildModules: [
4+
modules: [
55
module
66
],
77
// example of separate client/server URLs

0 commit comments

Comments
 (0)