under-falling-skies/svelte.config.js

11 lines
183 B
JavaScript
Raw Permalink Normal View History

2023-01-11 22:25:39 +00:00
import adapter from '@sveltejs/adapter-auto';
/** @type {import('@sveltejs/kit').Config} */
const config = {
2023-01-13 17:43:06 +00:00
kit: {
adapter: adapter(),
},
2023-01-11 22:25:39 +00:00
};
export default config;