chore: Add shadcn

This commit is contained in:
Sidharth Vinod
2025-03-01 00:16:38 +05:30
parent c20996488d
commit 3075b63d4a
9 changed files with 323 additions and 115 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
import preprocess from 'svelte-preprocess';
import adapter from '@sveltejs/adapter-static';
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
@@ -11,6 +11,9 @@ const config = {
})
],
kit: {
alias: {
'$/*': './src/lib/*'
},
adapter: adapter({
pages: `docs`
}),