mayro odisy

This commit is contained in:
not-nullptr 2024-03-06 22:38:04 +00:00
parent 49715a7fb0
commit cdda72288f
14 changed files with 1055 additions and 34 deletions

View file

@ -11,7 +11,10 @@ const config = {
// 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.
adapter: adapter()
adapter: adapter(),
alias: {
$components: './src/components'
}
}
};