We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc1c4e commit 57ea855Copy full SHA for 57ea855
playground/nuxt.config.ts
@@ -2,4 +2,5 @@ export default defineNuxtConfig({
2
modules: ['../src/module'],
3
authorization: {},
4
devtools: { enabled: true },
5
-})
+ compatibilityDate: '2024-08-27',
6
+})
playground/package.json
@@ -5,7 +5,8 @@
"scripts": {
"dev": "nuxi dev",
7
"build": "nuxi build",
8
- "generate": "nuxi generate"
+ "generate": "nuxi generate",
9
+ "typecheck": "nuxi typecheck"
10
},
11
"dependencies": {
12
"nuxt": "^3.13.0"
0 commit comments