Skip to content

Commit da705f6

Browse files
committed
bump to latest nuxt
1 parent eada59f commit da705f6

File tree

2 files changed

+690
-675
lines changed

2 files changed

+690
-675
lines changed

demo/nuxt/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"scripts": {
77
"dev": "nuxt dev",
88
"build": "nuxt build",
9+
"preview": "nuxt preview",
910
"start": "node .output/server/index.mjs"
1011
},
1112
"dependencies": {
12-
"nuxt": "^3.0.0-rc.1",
13+
"nuxt": "^3.0.0-rc.4",
1314
"vue3-notion": "^0.1.34"
1415
}
1516
}

0 commit comments

Comments
 (0)