mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
// @refresh reload
|
|
import { mount, StartClient } from "@solidjs/start/client"
|
|
|
|
mount(() => <StartClient />, document.getElementById("app")!)
|