biome format

This commit is contained in:
2026-02-04 19:41:01 -08:00
parent ac48017e30
commit 4a36d66a95
5 changed files with 16 additions and 18 deletions

View File

@@ -6,8 +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(),
},
};
export default config;
export default config;