Skip to content

Commit 06743ff

Browse files
committed
s
1 parent ba9ae7f commit 06743ff

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

stable/live/Main-236713b1.js stable/live/Main-f9722d41.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -47757,14 +47757,17 @@ var _Gizra$circuit_bid$Config$ddevLocal = {
4775747757
var _Gizra$circuit_bid$Config$getConfigByHostname = function (hostname) {
4775847758
var localRegex = _elm_lang$core$Regex$regex('backoffice\\.local');
4775947759
var ddevLocalRegex = _elm_lang$core$Regex$regex('.*\\.ddev\\.site');
47760+
var upsunRegex = '-[a-z-]+\\.circuit\\.auction';
47761+
var testUpsunRegex = _elm_lang$core$Regex$regex(
47762+
A2(_elm_lang$core$Basics_ops['++'], 'test', upsunRegex));
4776047763
var common = '-[a-z-]+\\.pantheonsite\\.io';
4776147764
var devRegex = _elm_lang$core$Regex$regex(
4776247765
A2(_elm_lang$core$Basics_ops['++'], 'dev', common));
4776347766
var testRegex = _elm_lang$core$Regex$regex(
4776447767
A2(_elm_lang$core$Basics_ops['++'], 'test', common));
4776547768
var liveRegex = _elm_lang$core$Regex$regex(
4776647769
A2(_elm_lang$core$Basics_ops['++'], 'live', common));
47767-
return A2(_elm_lang$core$List$member, hostname, _Gizra$circuit_bid$Config$liveDomains) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$livePantheon) : (A2(_elm_lang$core$List$member, hostname, _Gizra$circuit_bid$Config$demoDomains) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$demoPantheon) : (A2(_elm_lang$core$Regex$contains, liveRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$livePantheon) : (A2(_elm_lang$core$Regex$contains, testRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$testPantheon) : (A2(_elm_lang$core$Regex$contains, devRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$devPantheon) : (A2(_elm_lang$core$Regex$contains, ddevLocalRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$ddevLocal) : A2(_elm_lang$core$Dict$get, hostname, _Gizra$circuit_bid$LocalConfig$localConfigs))))));
47770+
return A2(_elm_lang$core$List$member, hostname, _Gizra$circuit_bid$Config$liveDomains) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$livePantheon) : (A2(_elm_lang$core$List$member, hostname, _Gizra$circuit_bid$Config$demoDomains) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$demoPantheon) : (A2(_elm_lang$core$Regex$contains, liveRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$livePantheon) : (A2(_elm_lang$core$Regex$contains, testRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$testPantheon) : (A2(_elm_lang$core$Regex$contains, testUpsunRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$testPantheon) : (A2(_elm_lang$core$Regex$contains, devRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$devPantheon) : (A2(_elm_lang$core$Regex$contains, ddevLocalRegex, hostname) ? _elm_lang$core$Maybe$Just(_Gizra$circuit_bid$Config$ddevLocal) : A2(_elm_lang$core$Dict$get, hostname, _Gizra$circuit_bid$LocalConfig$localConfigs)))))));
4776847771
};
4776947772

4777047773
var _Gizra$circuit_bid$Utils_Order$reverse = F3(
File renamed without changes.

stable/live/app-loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
(function() {
3-
const unifiedHash = '236713b1';
3+
const unifiedHash = 'f9722d41';
44

55
function loadScript(src, callback) {
66
const script = document.createElement('script');
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)