@better-t-stack/template-generator 3.33.0 → 3.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -20535,7 +20535,7 @@ EXPOSE 3001
20535
20535
 
20536
20536
  CMD ["node", "apps/web/server.js"]
20537
20537
  `],
20538
- ["deploy/docker/web/react/react-router/Dockerfile.hbs", `FROM node:24-slim AS builder
20538
+ ["deploy/docker/web/react/react-router/Dockerfile.hbs", `FROM node:24{{#unless (includes addons "vite-plus")}}-slim{{/unless}} AS builder
20539
20539
  {{#if (eq packageManager "bun")}}
20540
20540
  COPY --from=oven/bun:1 /usr/local/bin/bun /usr/local/bin/bun
20541
20541
  {{/if}}
@@ -20602,7 +20602,7 @@ CMD ["nginx", "-g", "daemon off;"]
20602
20602
  }
20603
20603
  }
20604
20604
  `],
20605
- ["deploy/docker/web/react/tanstack-router/Dockerfile.hbs", `FROM node:24-slim AS builder
20605
+ ["deploy/docker/web/react/tanstack-router/Dockerfile.hbs", `FROM node:24{{#unless (includes addons "vite-plus")}}-slim{{/unless}} AS builder
20606
20606
  {{#if (eq packageManager "bun")}}
20607
20607
  COPY --from=oven/bun:1 /usr/local/bin/bun /usr/local/bin/bun
20608
20608
  {{/if}}
@@ -20669,7 +20669,7 @@ CMD ["nginx", "-g", "daemon off;"]
20669
20669
  }
20670
20670
  }
20671
20671
  `],
20672
- ["deploy/docker/web/react/tanstack-start/Dockerfile.hbs", `FROM node:24-slim AS base
20672
+ ["deploy/docker/web/react/tanstack-start/Dockerfile.hbs", `FROM node:24{{#unless (includes addons "vite-plus")}}-slim{{/unless}} AS base
20673
20673
  {{#if (eq packageManager "bun")}}
20674
20674
  COPY --from=oven/bun:1 /usr/local/bin/bun /usr/local/bin/bun
20675
20675
  {{/if}}
@@ -20726,7 +20726,7 @@ EXPOSE 3001
20726
20726
  WORKDIR /app/apps/web
20727
20727
  CMD ["node", ".output/server/index.mjs"]
20728
20728
  `],
20729
- ["deploy/docker/web/solid/Dockerfile.hbs", `FROM node:24-slim AS builder
20729
+ ["deploy/docker/web/solid/Dockerfile.hbs", `FROM node:24{{#unless (includes addons "vite-plus")}}-slim{{/unless}} AS builder
20730
20730
  {{#if (eq packageManager "bun")}}
20731
20731
  COPY --from=oven/bun:1 /usr/local/bin/bun /usr/local/bin/bun
20732
20732
  {{/if}}
@@ -20789,7 +20789,7 @@ CMD ["nginx", "-g", "daemon off;"]
20789
20789
  }
20790
20790
  }
20791
20791
  `],
20792
- ["deploy/docker/web/svelte/Dockerfile.hbs", `FROM node:24-slim AS base
20792
+ ["deploy/docker/web/svelte/Dockerfile.hbs", `FROM node:24{{#unless (includes addons "vite-plus")}}-slim{{/unless}} AS base
20793
20793
  {{#if (eq packageManager "bun")}}
20794
20794
  COPY --from=oven/bun:1 /usr/local/bin/bun /usr/local/bin/bun
20795
20795
  {{/if}}