forked from
cool-handle.ebil.club/meowzone
beatufitull front end for ozone modration ,, wit catpucoin and ebergarden !
1import adapter from '@sveltejs/adapter-node';
2
3/** @type {import('@sveltejs/kit').Config} */
4const config = {
5 kit: {
6 // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
7 // If your environment is not supported, or you settled on a specific environment, switch out the adapter.
8 // See https://svelte.dev/docs/kit/adapters for more information about adapters.
9 adapter: adapter(),
10 alias: {
11 "$components": "src/components",
12 "$ui": "src/components/ui",
13 }
14 }
15};
16
17export default config;