feat: use a new ws implementation thats encapsulated

This commit is contained in:
Aarnav Tale 2025-03-06 17:32:33 -05:00
parent 45537620a6
commit 5dd4c41291
No known key found for this signature in database
13 changed files with 370 additions and 101 deletions

View file

@ -11,6 +11,9 @@ export default [
route('/oidc/callback', 'routes/auth/oidc-callback.ts'),
route('/oidc/start', 'routes/auth/oidc-start.ts'),
// API
route('/api/agent', 'routes/api/agent.ts'),
// All the main logged-in dashboard routes
// Double nested to separate error propagations
layout('layouts/shell.tsx', [