chore: push disabled local-agent code

This commit is contained in:
Aarnav Tale 2025-01-18 07:37:03 +00:00
parent de9a938da2
commit 325e9ba43d
No known key found for this signature in database
11 changed files with 147 additions and 11 deletions

View file

@ -27,7 +27,7 @@ export default [
...prefix('/settings', [
index('routes/settings/overview.tsx'),
route('/auth-keys', 'routes/settings/auth-keys.tsx'),
route('/local-agent', 'routes/settings/local-agent.tsx'),
// route('/local-agent', 'routes/settings/local-agent.tsx'),
]),
]),
]),