Skip to content

Commit

Permalink
fix: make localhost a synced domain (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeh0w authored Oct 18, 2024
1 parent eddb1e1 commit 53d2fda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/background/services/network/utils/getSyncDomain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const SYNCED_DOMAINS = [
'core.app',
'test.core.app',
runtime.id,
// Helpful for Core Web devs:
'localhost',
'127.0.0.1',
];

export const isSyncDomain = (
Expand Down

0 comments on commit 53d2fda

Please sign in to comment.