Initial commit

This commit is contained in:
Smile Rex
2025-07-20 22:49:55 +03:00
parent 9220daf8eb
commit f2ce41360b
6 changed files with 280 additions and 8 deletions

View File

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