mirror of
https://github.com/face-hh/lyntr.git
synced 2026-09-12 19:51:01 +05:00
Update svelte.config.js
This commit is contained in:
parent
ea028b979e
commit
ed40dfa3b2
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user