Some checks failed
CI / build-check-test (push) Has been cancelled
Restructure local extensions into per-feature directories, split WebUI into backend modules with slash commands and systemd support, and track prompts/skills under .pi/agent for portable Gitea deployment. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
/**
|
||
* 兼容旧启动路径:pi 扩展未重载时 index.ts 仍可能 spawn server.ts。
|
||
* 实际逻辑在 backend/main.ts。
|
||
*/
|
||
import "./backend/main.ts";
|