Files
vibe-motion/.project.json
2026-04-25 23:10:25 +08:00

31 lines
527 B
JSON

{
"name": "Vibe Motion",
"description": "Remotion 动效视频项目 — 用 AI 写代码生成专业动画视频",
"status": "active",
"kind": "app",
"created": "2026-03-19",
"ports": [
{
"port": 4062,
"label": "dev",
"fixed": true
}
],
"stack": [
"Remotion",
"React",
"TypeScript"
],
"urls": [
{
"url": "http://localhost:4062",
"type": "app",
"label": "local"
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
}
}