mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
// @refresh reload
|
|
import { mount, StartClient } from "@solidjs/start/client";
|
|
|
|
mount(() => <StartClient />, document.getElementById("app")!);
|