- Cleanups

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-05 13:24:38 -04:00
parent 096017c3d6
commit 7fad968ad2
4 changed files with 2718 additions and 2665 deletions

View File

@@ -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

View File

@@ -147,6 +147,8 @@ export function App({ bodyshop, checkUserSession, currentUser, online, setOnline
/> />
} }
> >
{
import.meta.env.PRODUCT_FRUITS_DISABLED !== 'true' && (
<ProductFruits <ProductFruits
workspaceCode={InstanceRenderMgr({ workspaceCode={InstanceRenderMgr({
imex: null, imex: null,
@@ -160,6 +162,8 @@ export function App({ bodyshop, checkUserSession, currentUser, online, setOnline
username: 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

File diff suppressed because it is too large Load Diff