Get routing working

This commit is contained in:
Jon Staab
2024-02-29 17:19:04 -08:00
parent 94e19a5760
commit e995141201
9 changed files with 435 additions and 173 deletions
+2 -2
View File
@@ -15,10 +15,10 @@
"types": "./build/src/main.d.ts",
"exports": {
".": {
"types": "./build/src/main.d.ts",
"import": "./build/src/main.mjs",
"require": "./build/src/main.cjs"
},
"./types": "./build/src/main.d.ts"
}
},
"files": [
"build"