Describe the bug
Missing default directives in the 'Add Site' menu when building nginx-ui from source.
To Reproduce
npx browserslist@latest --update-db
wget -O- https://github.com/0xJacky/nginx-ui/archive/refs/tags/v2.0.0-beta.5.tar.gz | tar -xz
cd nginx-ui-2.0.0-beta.5/app
yarn install
yarn build
cd ..
go build -o nginx-ui -v main.go
Screenshots

Info:
- Server OS: Debian 12
- Server Arch: x64
- Nginx UI Version: Version: 2.0.0-beta.5 (75)
- Your Browser: Google Chrome
- Node version: v20.10.0
- yarn version: 1.22.21
- GO Version: 1.21.4