AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 html-video
index.ts
根目录
/
packages
/
cli
/
src
/
index.ts
1
// Programmatic API surface
2
export { bootstrap, findProjectRoot } from './context.js';
3
export type { CliContext } from './context.js';
4
export { startStudioServer } from './studio-server.js';
5
5 lines
TYPESCRIPT