mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-22 22:28:15 +00:00
Merge remote-tracking branch 'origin/main' into newui-all-in
This commit is contained in:
commit
54334d4f9a
@ -31,6 +31,10 @@ if ('spiffworkflowFrontendJsenv' in window) {
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.env.VITE_BACKEND_BASE_URL) {
|
||||
backendBaseUrl = import.meta.env.VITE_BACKEND_BASE_URL;
|
||||
}
|
||||
|
||||
if (!backendBaseUrl) {
|
||||
let hostAndPortAndPathPrefix;
|
||||
if (appRoutingStrategy === 'subdomain_based') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user