1
0
mirror of https://github.com/khrysse/khrysse.github.io.git synced 2025-06-27 06:31:56 +00:00
gitRepository/svelte.config.js
2025-06-09 00:35:14 +02:00

6 lines
119 B
JavaScript

import adapter from '@sveltejs/adapter-auto';
const config = { kit: { adapter: adapter() } };
export default config;