wip: New Application Architecture

Explore a new approach to clean up the implementation of an AppShell and individual pages. Will likely retire htmx for a lightweight custom page router.
This commit is contained in:
2025-10-17 13:53:30 -07:00
parent cc79afaea0
commit 16cf44b42d
21 changed files with 129 additions and 260 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.tsx"
"dev": "bun run --watch ./index.tsx"
},
"dependencies": {
"@elysiajs/html": "1.4.0",
@@ -11,7 +11,7 @@
"elysia": "^1.4.11"
},
"devDependencies": {
"bun-types": "^1.3.0"
"@types/bun": "^1.3.0"
},
"module": "src/index.js"
}