add shadcn-svelte, add custom titlebar
This commit is contained in:
@@ -9,6 +9,11 @@ const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
alias: {
|
||||
'@/*': "./src/lib/*",
|
||||
"$lib": "./src/lib",
|
||||
"$lib/*": "./src/lib/*"
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user