initial commit

This commit is contained in:
2025-07-29 22:56:57 -04:00
parent d746727d09
commit 55665427e0
14 changed files with 6808 additions and 1 deletions

3
app.config.ts Normal file
View File

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