add desktop codex login and analyst copilot
This commit is contained in:
parent
687a217014
commit
d9c8b53b69
23 changed files with 4142 additions and 95 deletions
7
apps/web/app/settings/page.tsx
Normal file
7
apps/web/app/settings/page.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { SettingsRoute } from "../terminal";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function Page() {
|
||||
return <SettingsRoute />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue