openvidu/meet-ce/backend/nodemon.docs.json
Carlos Santos 999793d148 backend: Refactors package name
Renames the backend package to align with monorepo structure.

Updates package references and scripts to use the new package name.

Ensures consistent naming and improves project organization.
2025-10-16 16:05:26 +02:00

7 lines
277 B
JSON

{
"watch": ["openapi/**/*.yaml", "openapi/**/*.yml"],
"ext": "yaml,yml",
"ignore": [],
"exec": "pnpm --filter @openvidu-meet/backend run doc:api && pnpm --filter @openvidu-meet/backend run doc:internal-api && echo '✅ OpenVidu Meet REST API docs updated successfully!'"
}