docs #24

Merged
vivy-agent merged 8 commits from docs into main 2026-03-07 08:54:34 +07:00
9 changed files with 964 additions and 17 deletions
Showing only changes of commit d61b4f1d55 - Show all commits

View File

@ -1,4 +1,4 @@
import { t, type RouteSchema } from "elysia"; import { type RouteSchema } from "elysia";
import type { OpenAPIV3 } from "openapi-types"; import type { OpenAPIV3 } from "openapi-types";
export type AppRouteSchema = RouteSchema & { export type AppRouteSchema = RouteSchema & {

View File

@ -1,4 +1,4 @@
import Elysia, { t } from "elysia"; import Elysia from "elysia";
import { bulkInsertEpisodeController } from "./controllers/bulkInsertEpisode.controller"; import { bulkInsertEpisodeController } from "./controllers/bulkInsertEpisode.controller";
import { bulkInsertMediaController } from "./controllers/bulkInsertMedia.controller"; import { bulkInsertMediaController } from "./controllers/bulkInsertMedia.controller";
import { createVideoServiceInternalController } from "./controllers/createVideoService.controller"; import { createVideoServiceInternalController } from "./controllers/createVideoService.controller";