Skip to content

Commit 72d3917

Browse files
authored
chore(deps): move remix-flat-routes to devDependencies (#555)
1 parent 74ff2bd commit 72d3917

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN --mount=type=secret,id=SENTRY_AUTH_TOKEN \
1919
export SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN && \
2020
pnpm --filter=app-builder run build
2121
ENV NODE_ENV=production
22-
RUN pnpm deploy --filter=app-builder --prod /prod/app-builder
22+
RUN pnpm --filter=app-builder --prod deploy /prod/app-builder
2323

2424
FROM gcr.io/distroless/nodejs22-debian12 AS app-builder
2525
ENV NODE_ENV=production

Dockerfile_local

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . /usr/src/app
77
WORKDIR /usr/src/app
88
RUN pnpm install --frozen-lockfile
99
RUN pnpm --filter=app-builder run build
10-
RUN pnpm deploy --filter=app-builder --prod /prod/app-builder
10+
RUN pnpm --filter=app-builder --prod deploy /prod/app-builder
1111

1212
FROM gcr.io/distroless/nodejs22-debian12 AS app-builder
1313
ENV PORT=${PORT:-8080}

packages/app-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"jsdom": "25.0.1",
3434
"ora": "^8.1.0",
3535
"postcss": "^8.4.47",
36+
"remix-flat-routes": "^0.6.5",
3637
"tailwindcss": "3.4.13",
3738
"tsx": "^4.19.1",
3839
"vite": "^5.4.8"
@@ -97,7 +98,6 @@
9798
"reactflow": "^11.11.4",
9899
"remeda": "^2.14.0",
99100
"remix": "^2.12.1",
100-
"remix-flat-routes": "^0.6.5",
101101
"remix-i18next": "^6.4.1",
102102
"remix-utils": "^7.7.0",
103103
"short-uuid": "^5.2.0",

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)