mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 13:52:09 +03:00
9 lines
200 B
TypeScript
9 lines
200 B
TypeScript
export * from "./types.ts";
|
|
export * from "./baseAgent.ts";
|
|
export * from "./registry.ts";
|
|
export * from "./db.ts";
|
|
|
|
import { createCloudAgentTaskTable } from "./db.ts";
|
|
|
|
createCloudAgentTaskTable();
|