forked from bai/curriculum-project-hub
683e97ca53
记录本次迁移的语义决策:没有 HTTP handler 渲染 HTML;/app 与 /database 是同一个前端工程 filelib-web,构建一次挂两个前缀; 客户端导航用真 URL 路由而非 hash 片段。 两条承重配置约束一并写明:appDir 必须改名(默认 _app 与 admin-web 在根上的 /_app/* 撞重复路由,Fastify 启动即失败),以及 paths.relative=false(同一份 index.html 在不同 URL 深度被送出)。