ui: Update node version and node packages
This commit is contained in:
parent
40f0c18979
commit
3ce4f2eb38
6 changed files with 529 additions and 548 deletions
8
frontend/ui/vite.config.js
Normal file
8
frontend/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