Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix vite reloading during e2e tests
Sebastian Martinez committed 2 years ago
commit c92e593a16e03644a1bd58d914a54fcc97dbc144
parent 127c1d228d26602616db6efb3becd2ec76caaafb
1 file changed +4 -0
modified vite.config.ts
@@ -22,6 +22,10 @@ export default defineConfig({
  server: {
    host: "localhost",
    port: 3000,
+
    watch: {
+
      // reference: https://stackoverflow.com/a/75238360
+
      useFsEvents: false,
+
    },
  },
  resolve: {
    alias: {