mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
revert: vite config, hmr works without it
This commit is contained in:
parent
4d3754980d
commit
5ee58e1c79
@ -2,8 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
server: {
|
||||
hmr: true
|
||||
}
|
||||
plugins: [sveltekit()]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user