mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-28 13:42:36 +02:00
revert: vite config, hmr works without it
This commit is contained in:
@@ -2,8 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
server: {
|
||||
hmr: true
|
||||
}
|
||||
plugins: [sveltekit()]
|
||||
});
|
||||
|
Reference in New Issue
Block a user