qa: Update node modules
This commit is contained in:
parent
f49ff5aeda
commit
d002c2a4c5
8 changed files with 3740 additions and 360 deletions
8
qa/ui/vite.config.js
Normal file
8
qa/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