Update node modules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-08-02 12:01:53 +02:00
commit 8ba26f5600
6 changed files with 3064 additions and 448 deletions

8
ui/vite.config.js Normal file
View file

@ -0,0 +1,8 @@
import { sveltekit } from '@sveltejs/kit/vite';
/** @type {import('vite').UserConfig} */
const config = {
plugins: [sveltekit()]
};
export default config;