Fix explorer routing, links, and frontend API loading

This commit is contained in:
defiQUG
2026-03-28 00:21:18 -07:00
parent e229c82fdf
commit 59eee21a3f
23 changed files with 728 additions and 137 deletions

View File

@@ -0,0 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", ".next", "**/*.test.ts", "**/*.spec.ts"]
}