mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-07 06:23:39 +08:00
* 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
16 lines
653 B
JSON
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"
|
|
}
|
|
} |