This commit is contained in:
2026-02-15 11:11:30 +03:00
parent e2b6fe510c
commit cae752e112
18 changed files with 2009 additions and 87 deletions

View File

@@ -6,6 +6,10 @@ const config = {
preprocess: vitePreprocess(),
kit: {
alias: {
'$components': 'src/components',
'$lib': 'src/lib'
},
adapter: adapter({
pages: 'build',
assets: 'build',