too lazy to think of a message, so enjoy this pointless text. Good luck future me...
All checks were successful
Test action / Print hello world (push) Successful in 8m24s

This commit is contained in:
Chris Kruining 2025-10-09 12:06:53 +00:00
parent 38b27c62a2
commit 9d6008180c
5 changed files with 11 additions and 3 deletions

View file

@ -2,3 +2,5 @@
import { mount, StartClient } from "@solidjs/start/client";
mount(() => <StartClient />, document.getElementById("app")!);
export default {};