This commit is contained in:
garronej
2023-07-24 20:45:02 +02:00
parent dd4c50c3eb
commit e750d824ad
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import { id } from "tsafe/id";
import { assert, type Equals } from "tsafe/assert";
import type { LoginThemePageId } from "keycloakify/bin/keycloakify/generateFtl";
const PUBLIC_URL = process.env["PUBLIC_URL"] ?? "/";
const PUBLIC_URL = (typeof process !== "object" ? undefined : process.env?.["PUBLIC_URL"]) ?? "/";
const attributes: Attribute[] = [
{