mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added new utility functions to improve file writing reliability by ensuring parent directories exist before writing. * Introduced a new watch command for easier development workflow in the shared package. * **Bug Fixes** * Improved startup behavior by logging warnings for missing configuration keys instead of crashing, allowing initialization to proceed. * **Chores** * Updated configuration version number and reformatted plugin list for clarity. * Relocated certain GraphQL schema type and enum declarations without changing their content. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1210788779106748
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"version": "4.9.5",
|
|
"extraOrigins": [
|
|
"https://google.com",
|
|
"https://test.com"
|
|
],
|
|
"sandbox": true,
|
|
"ssoSubIds": [],
|
|
"plugins": [
|
|
"unraid-api-plugin-connect"
|
|
]
|
|
} |