🔧 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user