home/svelte.config.js

9 lines
134 B
JavaScript
Raw Normal View History

2023-01-31 14:40:13 +00:00
import adapter from '@sveltejs/adapter-auto';
const config = {
2023-01-31 14:40:13 +00:00
kit: {
adapter: adapter()
}
};
2023-01-31 14:40:13 +00:00
export default config;