MiguMusicApi
MiguMusicApi copied to clipboard
suggest listen 0.0.0.0 and ngrok
const ngrok = require('@ngrok/ngrok');
// Get your endpoint online
ngrok.connect({ addr: 3080, authtoken_from_env: true })
.then(listener => console.log(Ingress established at: ${listener.url()}
));
"scripts": { "start": "npm run build && NGROK_AUTHTOKEN=xxxxx node bin/www"