Provide a
defineConfigfunction for Svelte and SvelteKit. ๐
Basically just wraps the types coming from @sveltejs/kit around a function.
npm i svelte-define-config -D// svelte.config.js
import { defineConfig } from 'svelte-define-config';
export default defineConfig({
// your config here
});No, there's nothing more to it. That's all there is. Go nuts, champ!
MIT