add git diffs and permission support
This commit is contained in:
@@ -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'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user