Working on login

This commit is contained in:
nate
2024-06-14 16:43:05 -04:00
parent 13ea2ccd9e
commit a7ec9a5100
12 changed files with 211 additions and 59 deletions

View File

@@ -11,7 +11,12 @@ 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: {
$lib: 'src/lib',
$utils: 'src/lib/utils',
$comp: 'src/lib/components'
}
}
};