🎉 initial commit

This commit is contained in:
Joshua Seigler 2025-06-19 09:29:06 -04:00
commit aeda35c2ee
17 changed files with 10026 additions and 0 deletions

3
app.config.ts Normal file
View file

@ -0,0 +1,3 @@
import { defineConfig } from "@solidjs/start/config";
export default defineConfig({});