diff --git a/src/frontend/src/store.ts b/src/frontend/src/store.ts index 7b5f903..d98d5b7 100644 --- a/src/frontend/src/store.ts +++ b/src/frontend/src/store.ts @@ -7,6 +7,7 @@ import { create } from 'zustand'; import { api, + setApiProjectId, type Task, type LiveStatus, type AgentConfig,