Update svelte.config.js

This commit is contained in:
Face 2024-07-25 17:12:07 +03:00
parent ea028b979e
commit ed40dfa3b2

View File

@ -8,6 +8,9 @@ const config = {
preprocess: vitePreprocess(),
kit: {
alias: {
"@/*": "./src/lib/*"
},
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.