testing config

This commit is contained in:
Hailey
2024-06-17 10:33:49 -07:00
parent 59b0769de2
commit 8d2223c78f
+3 -1
View File
@@ -44,7 +44,9 @@ module.exports = function (config) {
'applinks:staging.bsky.app',
'appclips:bsky.app',
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
...(IS_DEV ? [] : []),
...(IS_DEV
? ['appclips:019f-24-237-65-73.ngrok-free.app']
: ['appclips:019f-24-237-65-73.ngrok-free.app']),
]
const UPDATES_CHANNEL = IS_TESTFLIGHT