mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): fix nuxt template issues with bun
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
"@nuxt/ui": "3.3.0",
|
||||
"@tanstack/vue-query": "^5.83.0",
|
||||
"nuxt": "^4.0.2",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"typescript": "^5.8.3",
|
||||
"vue": "^3.5.18",
|
||||
"vue-router": "^4.5.1",
|
||||
"zod": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^4.1.11",
|
||||
"@tanstack/vue-query-devtools": "^5.83.0",
|
||||
"@iconify-json/lucide": "^1.2.57"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,23 @@
|
||||
{
|
||||
// https://nuxt.com/docs/guide/concepts/typescript
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"references": [
|
||||
{
|
||||
"path": "./.nuxt/tsconfig.app.json"
|
||||
},
|
||||
{
|
||||
"path": "./.nuxt/tsconfig.server.json"
|
||||
},
|
||||
{
|
||||
"path": "./.nuxt/tsconfig.shared.json"
|
||||
},
|
||||
{
|
||||
"path": "./.nuxt/tsconfig.node.json"
|
||||
}
|
||||
{{#unless (or (eq backend "convex") (eq backend "none"))}}
|
||||
"references": [{
|
||||
"path": "../server"
|
||||
}]
|
||||
,
|
||||
{
|
||||
"path": "../server"
|
||||
}
|
||||
{{/unless}}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user