Skip to content
Snippets Groups Projects
Commit 9ef7710a authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

feat: added frontend vite hot-reload

parent 7e1a917d
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,10 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
plugins: [react()],
server: {
watch: {
usePolling: true
}
}
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment