chore: Add shadcn
This commit is contained in:
+4
-1
@@ -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`
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user