diff --git a/packages/shared.ts b/packages/shared.ts index 242e378..133b0e4 100644 --- a/packages/shared.ts +++ b/packages/shared.ts @@ -9,7 +9,7 @@ let _lastTouched = new Date(); const _hosts: { [region: string]: string } = { US: 'https://us.aptabase.com', EU: 'https://eu.aptabase.com', - DEV: 'http://localhost:3000', + DEV: 'https://localhost:3000', SH: '', }; @@ -158,4 +158,4 @@ function getIsDebug(): boolean { defaultIsDebug = location.hostname === 'localhost'; return defaultIsDebug; -} \ No newline at end of file +}