🔱 VALHALLA: Added standalone God Mode app (independent container)

This commit is contained in:
cawcenter
2025-12-14 17:55:01 -05:00
parent c51dbc716e
commit c6a7ff286d
8 changed files with 938 additions and 0 deletions

14
god-mode/tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"moduleResolution": "node",
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
}
}