fix(app): resync timeline after route reconnect (#36643)

This commit is contained in:
Luke Parker
2026-07-14 21:47:33 +10:00
committed by GitHub
parent 456521f689
commit 7304bb2751
9 changed files with 846 additions and 0 deletions
@@ -0,0 +1,7 @@
import { defineConfig } from "vite"
import solid from "vite-plugin-solid"
export default defineConfig({
root: import.meta.dirname,
plugins: [solid()],
})