zen: support dashboard

This commit is contained in:
Frank
2026-05-26 10:01:20 -04:00
parent 1a8fd0e1dc
commit 8ad03547df
14 changed files with 952 additions and 0 deletions
@@ -0,0 +1,4 @@
// @refresh reload
import { mount, StartClient } from "@solidjs/start/client"
mount(() => <StartClient />, document.getElementById("app")!)