mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-24 08:50:32 +01:00
fix: client auto-imports
This commit is contained in:
@@ -21,10 +21,11 @@
|
||||
"*.d.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"prepublishOnly": "pnpm build",
|
||||
"build": "nuxt-module-build",
|
||||
"play": "pnpm build && nuxi dev playground",
|
||||
"build:playground": "nuxi build playground",
|
||||
"dev": "nuxi dev playground",
|
||||
"dev:build": "nuxi build playground",
|
||||
"dev:preview": "nuxi preview playground",
|
||||
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"release": "bumpp --commit --push --tag && npm publish",
|
||||
@@ -52,7 +53,6 @@
|
||||
"bumpp": "^8.2.1",
|
||||
"eslint": "^8.25.0",
|
||||
"nuxt": "3.0.0",
|
||||
"trpc-nuxt": "workspace:*",
|
||||
"zod": "^3.20.2"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user