mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
set LOGSEQ_APP_SERVER_URL to use localhost
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user