npm install
npm run serve
set NODE_OPTIONS="--openssl-legacy-provider"
npm run build
npm run lint
location /music-next/{
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forward-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-NginX-Proxy true;
proxy_pass http://127.0.0.1:9002/;
}