feat:移除了弹窗,服务器添加sls
This commit is contained in:
16
apps/telemetry-dashboard/components.json
Normal file
16
apps/telemetry-dashboard/components.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://shadcn-vue.com/schema.json",
|
||||
"style": "new-york",
|
||||
"typescript": true,
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.ts",
|
||||
"css": "assets/styles/tailwind.css",
|
||||
"baseColor": "zinc",
|
||||
"cssVariables": true
|
||||
},
|
||||
"aliases": {
|
||||
"components": "~/components",
|
||||
"utils": "~/lib/utils",
|
||||
"ui": "~/components/ui"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user