8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bff98d commit 3622d09Copy full SHA for 3622d09
package.json
@@ -35,8 +35,7 @@
35
"lint": "eslint .",
36
"lint:fix": "eslint . --fix",
37
"test": "vitest run --test-timeout=60000",
38
- "test:watch": "vitest watch",
39
- "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
+ "test:watch": "vitest watch"
40
},
41
"dependencies": {
42
"@cloudflare/workers-types": "^4.20250327.0",
playground/package.json
@@ -3,6 +3,7 @@
3
"name": "nuxthub-playground",
4
"type": "module",
5
"scripts": {
6
+ "postinstall": "pnpm -C .. run dev:prepare",
7
"dev": "nuxi dev",
8
"build" 40DA : "nuxi build",
9
"preview": "nuxi preview"
0 commit comments