home/svelte.config.js
Thomas Klaehn 3e201ac1fa initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2023-02-01 08:11:02 +01:00

11 lines
169 B
JavaScript

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