ReviewOS

also looking at this

reviewos/reviewos.org

feat(reviews): the suggestions get an interface, priced as designed

#6
Merged glennmichael123 wants to merge feat/suggested-reviewers-panel into main
9 files +741 -10
app/Routes.tsmodified+3-0
Changes to app/Routes.ts
@@ -20,5 +20,8 @@ export type { RouteDefinition, RouteRegistry } from '@stacksjs/router'
2020export default {
2121 api: 'api',
2222 attachments: { path: 'attachments', prefix: '' },
23 // Registers nothing; configures the renderer. See the file for why it must
24 // load with the routes rather than in any one server's boot script.
25 views: { path: 'views', prefix: '' },
2326 git: { path: 'git', prefix: '' },
2427} satisfies RouteRegistry