This commit is contained in:
parent
58343c7be0
commit
8ba26f5600
6 changed files with 3064 additions and 448 deletions
8
ui/vite.config.js
Normal file
8
ui/vite.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
|
||||
/** @type {import('vite').UserConfig} */
|
||||
const config = {
|
||||
plugins: [sveltekit()]
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in a new issue