Files
nginx-ui/package.json
Jacky 9225c96250 feat/dns (#1466)
* feat: dns management

* refactor(dns): streamline domain management functions and enhance validation

* feat(dns): add value suggestions for DNS record input with autocomplete functionality

* fix(dns): handle edge case in record listing pagination

* fix(dns): update credential property name for consistency and add cleanup on component unmount

* feat(dns): implement DDNS management #1194, #1140
2025-12-08 17:45:30 +08:00

16 lines
653 B
JSON

{
"name": "nginx-ui",
"type": "module",
"scripts": {
"dev": "pnpm --filter nginx-ui-app-next dev",
"gettext:extract": "pnpm --filter nginx-ui-app-next gettext:extract",
"docs:dev": "pnpm --filter nginx-ui-docs docs:dev",
"typecheck": "pnpm --filter nginx-ui-app-next typecheck",
"lint": "pnpm --filter nginx-ui-app-next lint",
"lint:fix": "pnpm --filter nginx-ui-app-next lint:fix",
"build": "pnpm --filter nginx-ui-app-next build",
"docs:build": "pnpm --filter nginx-ui-docs docs:build",
"preview": "pnpm --filter nginx-ui-app-next preview",
"docs:preview": "pnpm --filter nginx-ui-docs docs:preview"
}
}