mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
// @refresh reload
|
|
import { mount, StartClient } from "@solidjs/start/client"
|
|
|
|
mount(() => <StartClient />, document.getElementById("app")!)
|