feat(dashboard): add spawn API constants

This commit is contained in:
teernisse
2026-02-26 16:57:56 -05:00
parent 49a57b5364
commit e99ae2ed89

View File

@@ -6,6 +6,10 @@ export const API_DISMISS_DEAD = '/api/dismiss-dead';
export const API_RESPOND = '/api/respond/';
export const API_CONVERSATION = '/api/conversation/';
export const API_SKILLS = '/api/skills';
export const API_SPAWN = '/api/spawn';
export const API_PROJECTS = '/api/projects';
export const API_PROJECTS_REFRESH = '/api/projects/refresh';
export const API_HEALTH = '/api/health';
export const POLL_MS = 3000;
export const API_TIMEOUT_MS = 10000;