Skip to content
Snippets Groups Projects
Commit 0cf0e8de authored by Leonardo's avatar Leonardo
Browse files

chore: upgrade docker node space size

parent 9a3ba202
No related branches found
No related tags found
1 merge request!259chore: upgrade docker node space size
Pipeline #139536 passed
......@@ -25,7 +25,7 @@ COPY apps /app/apps
COPY libs /app/libs
COPY --from=install /app /app
# Fixes: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
ENV NODE_OPTIONS="--max-old-space-size=4096"
ENV NODE_OPTIONS="--max-old-space-size=8192"
RUN pnpm run build
......
......@@ -10,7 +10,7 @@ export default {
title: 'App',
decorators: [
// using the real store here
(story) => (
(story: any) => (
<Provider store={store}>
<Router>
<Routes>
......
......@@ -8,7 +8,7 @@ export default {
title: 'Visual charts/Charts/Axis',
component: AxisComponent,
decorators: [
(Story) => (
(Story: any) => (
<div className="w-full h-full flex flex-row justify-center flex-grow">
<svg className="border border-secondary-300" width="300" height="200">
<Story />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment