Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
5ee58e1c
"vscode:/vscode.git/clone" did not exist on "3b4a0a23f7e963bb08148c95552eaa76bcd8309d"
Commit
5ee58e1c
authored
Dec 28, 2023
by
Anuraag Jain
Browse files
revert: vite config, hmr works without it
parent
4d375498
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
vite.config.ts
vite.config.ts
+1
-4
No files found.
vite.config.ts
View file @
5ee58e1c
...
@@ -2,8 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
...
@@ -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
}
});
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment