mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(examples): bump deps [ci skip]
This commit is contained in:
parent
035c563a26
commit
e3f98cde4b
15 changed files with 1860 additions and 1857 deletions
6
examples/sveltekit/vite.config.js
Normal file
6
examples/sveltekit/vite.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { sveltekit } from "@sveltejs/kit/vite";
|
||||
|
||||
/** @type {import('vite').UserConfig} */
|
||||
export default {
|
||||
plugins: [sveltekit()],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue