Continue re-working router to not use values, but include weight

This commit is contained in:
Jon Staab
2024-11-04 09:39:25 -08:00
parent 75aec594e2
commit ea86d1dbf0
4 changed files with 107 additions and 242 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"targets": [
{"extname": ".cjs", "module": "commonjs"},
{"extname": ".mjs", "module": "esnext", "moduleResolution": "node"}
],
"projects": ["tsconfig.json"]