Traditional Deployment
About 62 wordsLess than 1 minute
Server
Prepare Nginx
Using Ubuntu as an example:
sudo apt update sudo apt install nginx -yUpdate configuration
Replace
/etc/nginx/nginx.confwith nginx.conf.
Local
env
Update the
.env.productionconfiguration file.Build
pnpm buildUpload
Upload all files under
/apps/web-antd/distto/var/www/fba_ui/on the server.

