Skip to content

Commit 8662c66

Browse files
committed
chore: standalone playground
1 parent 4342ff3 commit 8662c66

File tree

4 files changed

+688
-484
lines changed

4 files changed

+688
-484
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nuxtjs/seo": "^3.2.2",
2323
"@vueuse/core": "^13.9.0",
2424
"@vueuse/nuxt": "^13.9.0",
25-
"better-sqlite3": "^12.2.0",
25+
"better-sqlite3": "^12.3.0",
2626
"nuxt-content-twoslash": "^0.1.2",
2727
"nuxt-llms": "^0.1.3",
2828
"ohash": "^2.0.11",

playground/nuxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default defineNuxtConfig({
77
],
88

99
devtools: { enabled: true },
10-
compatibilityDate: '2024-07-14',
1110

1211
nitro: {
1312
prerender: {

playground/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"@nuxt/scripts": "workspace:*"
11+
"@nuxt/scripts": "latest",
12+
"nuxt": "latest",
13+
"@nuxt/ui": "latest"
1214
}
1315
}

0 commit comments

Comments
 (0)