Bridge integration
This commit is contained in:
parent
42a5e09c94
commit
162390008b
56 changed files with 776 additions and 591 deletions
9
packages/leafcutter-ui/lib/frontendUtils.ts
Normal file
9
packages/leafcutter-ui/lib/frontendUtils.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export const getBasePath = (): string => {
|
||||
const basePath = process.env.LEAFCUTTER_BASE_PATH;
|
||||
|
||||
if (basePath && basePath !== "") {
|
||||
return `${basePath}`;
|
||||
}
|
||||
|
||||
return "";
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue