🔧 Miscellaneous Fixes (#79)

* ️ Config key to expose hostname in a Docker context

* 🔧 Miscellaneous Fixes
This commit was merged in pull request #79.
This commit is contained in:
2023-05-15 16:16:26 -04:00
committed by GitHub
parent 94692bb6d4
commit b8fb179ac6
7 changed files with 66 additions and 66 deletions

View File

@@ -8,6 +8,7 @@ export const hostURIBuilder = (options: Record<string, string>): string => {
options.apiPath
);
};
console.log(import.meta);
export const CORS_PROXY_SERVER_URI = hostURIBuilder({
protocol: "http",