Skip to content

Commit

Permalink
Single Fetch (#222)
Browse files Browse the repository at this point in the history
* Remix reveal new entry files

* Add experimental release and update vite config

* Update to latest

* Fix CI/CD (maybe)

---------

Co-authored-by: Matt Brophy <matt@brophy.org>
  • Loading branch information
brookslybrand and brophdawg11 committed Mar 18, 2024
1 parent 22865f1 commit 0bcfccb
Show file tree
Hide file tree
Showing 7 changed files with 224 additions and 89 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
force=true
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -15,7 +15,7 @@ FROM base as deps

WORKDIR /remixapp

ADD package.json package-lock.json ./
ADD package.json package-lock.json .npmrc ./
RUN npm install --include=dev

# Setup production node_modules
Expand All @@ -24,7 +24,7 @@ FROM base as production-deps
WORKDIR /remixapp

COPY --from=deps /remixapp/node_modules /remixapp/node_modules
ADD package.json package-lock.json ./
ADD package.json package-lock.json .npmrc ./
RUN npm prune --omit=dev

# Build the app
Expand Down
14 changes: 0 additions & 14 deletions app/entry.client.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions app/entry.server.tsx

This file was deleted.

0 comments on commit 0bcfccb

Please sign in to comment.