"vscode:/vscode.git/clone" did not exist on "3b4a0a23f7e963bb08148c95552eaa76bcd8309d"
Commit 5ee58e1c authored by Anuraag Jain's avatar Anuraag Jain
Browse files

revert: vite config, hmr works without it

parent 4d375498
...@@ -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
}
}); });
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment