1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Update vite.config.js

This commit is contained in:
Limezy 2022-08-31 16:31:00 +07:00
parent 7e1f6ab278
commit 22a207f0f5

View file

@ -1,5 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite'; import { sveltekit } from '@sveltejs/kit/vite';
import path from 'path'; import path from 'path';
import { defineConfig } from 'vite'
/** @type {import('vite').UserConfig} */ /** @type {import('vite').UserConfig} */
const config = { const config = {
@ -15,4 +16,4 @@ const config = {
}, },
}; };
export default config() export default defineConfig(config)