set LOGSEQ_APP_SERVER_URL to use localhost

This commit is contained in:
Tienson Qin
2025-05-27 22:50:56 +08:00
parent f29ed7b9d8
commit c5f864037a

View File

@@ -157,8 +157,7 @@ const common = {
async runCapWithLocalDevServerEntry (cb) {
const mode = process.env.PLATFORM || 'ios'
const IP = ip.address()
const LOGSEQ_APP_SERVER_URL = `http://${IP}:3002`
const LOGSEQ_APP_SERVER_URL = `http://localhost:3002`
if (typeof global.fetch === 'function') {
try {