@@ -12,3 +12,4 @@ VITE_APP_AXIOS_BASE_API_URL=http://localhost:4000
|
|||||||
VITE_APP_REPORTS_SERVER_URL=https://reports3.test.imex.online
|
VITE_APP_REPORTS_SERVER_URL=https://reports3.test.imex.online
|
||||||
VITE_APP_SPLIT_API=ts615lqgnmk84thn72uk18uu5pgce6e0l4rc
|
VITE_APP_SPLIT_API=ts615lqgnmk84thn72uk18uu5pgce6e0l4rc
|
||||||
VITE_APP_INSTANCE=IMEX
|
VITE_APP_INSTANCE=IMEX
|
||||||
|
VITE_APP_PRODUCT_FRUITS_DISABLED=true
|
||||||
|
|||||||
@@ -147,19 +147,23 @@ export function App({ bodyshop, checkUserSession, currentUser, online, setOnline
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<ProductFruits
|
{
|
||||||
workspaceCode={InstanceRenderMgr({
|
import.meta.env.PRODUCT_FRUITS_DISABLED !== 'true' && (
|
||||||
imex: null,
|
<ProductFruits
|
||||||
rome: null,
|
workspaceCode={InstanceRenderMgr({
|
||||||
promanager: "aoJoEifvezYI0Z0P"
|
imex: null,
|
||||||
})}
|
rome: null,
|
||||||
debug
|
promanager: "aoJoEifvezYI0Z0P"
|
||||||
language="en"
|
})}
|
||||||
user={{
|
debug
|
||||||
email: currentUser.email,
|
language="en"
|
||||||
username: currentUser.email
|
user={{
|
||||||
}}
|
email: currentUser.email,
|
||||||
/>
|
username: currentUser.email
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
<Routes>
|
<Routes>
|
||||||
<Route
|
<Route
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
2614
server/email/html.js
Normal file
2614
server/email/html.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user