svelte-define-config
v1.0.0
Published
Provide a defineConfig function for Svelte. 👀
Downloads
6
Maintainers
Readme
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