forked from open-webui/open-webui
revert: vite config, hmr works without it
This commit is contained in:
parent
4d3754980d
commit
5ee58e1c79
1 changed files with 1 additions and 4 deletions
|
@ -2,8 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
||||||
import { defineConfig } from 'vite';
|
import { defineConfig } from 'vite';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [sveltekit()],
|
plugins: [sveltekit()]
|
||||||
server: {
|
|
||||||
hmr: true
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue