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';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
server: {
hmr: true
}
plugins: [sveltekit()]
});
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