feature: Change name, set up for docker build

This commit is contained in:
Keith Solomon
2025-07-27 12:10:49 -05:00
parent b3bcb42974
commit fb895435a1
22 changed files with 58 additions and 2 deletions

5
app/tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": ["astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}