mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 11:44:22 +01:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
// @refresh reload
|
|
import { mount, StartClient } from "@solidjs/start/client"
|
|
|
|
mount(() => <StartClient />, document.getElementById("app")!)
|