dragonflight/services/editor/packages/ui/components.json
Zac b68f0c6aba feat(editor): integrate openreel-video as services/editor with MAM hooks
Vendored Augani/openreel-video (MIT) into services/editor and wired it to the MAM. Editor runs as its own container on port 47435. Library assets pull in via ?asset=<uuid>; render exports route back via POST /api/v1/upload/simple. Sidebar Editor link on every page; Edit button on every preview modal. See services/editor/INTEGRATION.md for the patch map.
2026-05-17 21:44:37 -04:00

18 lines
415 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "neutral"
},
"aliases": {
"components": "@openreel/ui/components",
"utils": "@openreel/ui/lib/utils",
"hooks": "@openreel/ui/hooks",
"ui": "@openreel/ui/components",
"lib": "@openreel/ui/lib"
}
}