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.
65 lines
No EOL
598 B
Text
65 lines
No EOL
598 B
Text
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.next/
|
|
out/
|
|
*.tsbuildinfo
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
.cache/
|
|
.temp/
|
|
.docs/
|
|
docs/
|
|
# Project-specific
|
|
/public/projects/
|
|
*.openreel
|
|
apps/cloud/
|
|
apps/ios
|
|
apps/android
|
|
|
|
|
|
|
|
# Local files
|
|
FEATURES_TWITTER.md
|
|
.claude-tasks.md
|
|
CLAUDE.md
|
|
*-PLAN.md
|
|
*-PLAN-*.md
|
|
.playwright-mcp/
|
|
.wrangler/
|
|
|
|
|
|
mobile-mockup/ |