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.
7 lines
277 B
JSON
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!'"
|
|
}
|