update
This commit is contained in:
+2
-8
@@ -45,14 +45,8 @@ module.exports = function (config) {
|
|||||||
'appclips:bsky.app',
|
'appclips:bsky.app',
|
||||||
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
|
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
|
||||||
...(IS_DEV
|
...(IS_DEV
|
||||||
? [
|
? ['appclips:sptesting.haileyok.com', 'applinks:sptesting.haileyok.com']
|
||||||
'appclips:019f-24-237-65-73.ngrok-free.app',
|
: ['appclips:sptesting.haileyok.com', 'applinks:sptesting.haileyok.com']),
|
||||||
'applinks:019f-24-237-65-73.ngrok-free.app',
|
|
||||||
]
|
|
||||||
: [
|
|
||||||
'appclips:019f-24-237-65-73.ngrok-free.app',
|
|
||||||
'applinks:019f-24-237-65-73.ngrok-free.app',
|
|
||||||
]),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const UPDATES_CHANNEL = IS_TESTFLIGHT
|
const UPDATES_CHANNEL = IS_TESTFLIGHT
|
||||||
|
|||||||
Reference in New Issue
Block a user