mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
import { sveltekit } from "@sveltejs/kit/vite";
|
|
|
|
/** @type {import('vite').UserConfig} */
|
|
export default {
|
|
plugins: [sveltekit()],
|
|
};
|