Files
download-dati-centraline/svelte.config.js
T

14 lines
208 B
JavaScript

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