From 4971c864a603e0c01f7ad84a23697905d096283b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 10 Nov 2022 14:35:24 +0100 Subject: feat(web): backend URL configuration To point the frontend to a backend server, update the config.json file in the website root. The config.json is generated automatically in debug mode and when running from a standalone jar. --- subprojects/frontend/types/ImportMeta.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'subprojects/frontend/types') diff --git a/subprojects/frontend/types/ImportMeta.d.ts b/subprojects/frontend/types/ImportMeta.d.ts index 2008e268..c32b48f5 100644 --- a/subprojects/frontend/types/ImportMeta.d.ts +++ b/subprojects/frontend/types/ImportMeta.d.ts @@ -1,5 +1,6 @@ interface ImportMeta { env: { + BASE_URL: string; DEV: boolean; MODE: string; PROD: boolean; -- cgit v1.2.3-54-g00ecf