Skip to content

robinloeffel/svelte-define-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

svelte-define-config

version on npm weekly downloads on npm sveltekit peer dep license

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

About

Provide a defineConfig function for Svelte and SvelteKit. ๐Ÿ‘€

Resources

Stars

Watchers

Forks