android + ios base

This commit is contained in:
2026-05-25 12:02:31 -04:00
parent 4471719b79
commit 24459442a2
69 changed files with 1098 additions and 7 deletions

4
web/src/entry-client.tsx Normal file
View File

@@ -0,0 +1,4 @@
// @refresh reload
import { mount, StartClient } from "@solidjs/start/client";
mount(() => <StartClient />, document.getElementById("app")!);