feat: initial SleepGuard implementation
Wake-on-demand proxy + agent system with SvelteKit dashboard. Monorepo: shared types, proxy (Hono + http-proxy), agent (monitors + locks), web (SvelteKit SPA). Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
5
packages/shared/src/index.ts
Normal file
5
packages/shared/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export * from './types/common.js';
|
||||
export * from './types/agent.js';
|
||||
export * from './types/proxy.js';
|
||||
export * from './types/upsnap.js';
|
||||
export * from './utils/env.js';
|
||||
Reference in New Issue
Block a user