add git diffs and permission support

This commit is contained in:
2026-01-19 23:45:03 -05:00
parent 313ac44337
commit 61a2e9b8af
44 changed files with 2051 additions and 267 deletions
+1
View File
@@ -109,6 +109,7 @@ export async function startFrontend(port = 5173, backendPort = 3000): Promise<Ch
cwd: CLIENT_DIR,
env: {
...process.env,
VITE_BACKEND_PORT: String(backendPort),
},
stdio: ['pipe', 'pipe', 'pipe'],
});