Skip to content

Commit 57ea855

Browse files
committed
chore: update playground
1 parent ffc1c4e commit 57ea855

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

playground/nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ export default defineNuxtConfig({
22
modules: ['../src/module'],
33
authorization: {},
44
devtools: { enabled: true },
5-
})
5+
compatibilityDate: '2024-08-27',
6+
})

playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"scripts": {
66
"dev": "nuxi dev",
77
"build": "nuxi build",
8-
"generate": "nuxi generate"
8+
"generate": "nuxi generate",
9+
"typecheck": "nuxi typecheck"
910
},
1011
"dependencies": {
1112
"nuxt": "^3.13.0"

0 commit comments

Comments
 (0)