svelte-define-config

Svelte Define Config

Provide a defineConfig function for Svelte and SvelteKit. 👀

svelte-define-config

Provide a defineConfig function for Svelte and SvelteKit. 👀

Basically just wraps the types coming from @sveltejs/kit around a function.

Usage

npm i svelte-define-config -D
// svelte.config.js
import { defineConfig } from 'svelte-define-config';

export default defineConfig({
  // your config here
});

Anything else?

No, there's nothing more to it. That's all there is. Go nuts, champ!

License

MIT

Top categories

Loading Svelte Themes