dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
fix: robust WebSocket reconnection after daemon restart
Matthias Nott
2026-03-08
6cbe1fb2618af557262a8717c494e7958494bf2d
[APPS/PAILot.git]
/
app
/
index.tsx
1
2
3
4
5
import { Redirect } from "expo-router";
export default function Index() {
return <Redirect href="/chat" />;
}