Skip to content

Commit

Permalink
Fix PouchDB 'events' dependency breaking the build
Browse files Browse the repository at this point in the history
I don't know why this wasn't happening until I rebuilt node_modules locally.
vitejs/vite#9238
  • Loading branch information
aeharding committed Nov 1, 2024
1 parent 0e4c582 commit 272d90d
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN pnpm install express@^4.17.3 nocache@^4.0.0 uuid@^11.0.0 helmet@^8.0.0 cheer
ADD ./dist /financier/dist
ADD ./docs /financier/docs
ADD ./api /financier/api
ADD ./package.json /financier/package.json

WORKDIR /financier/api

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"sass": "^1.50.1",
"vite": "^5.4.10",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-webfont-dl": "^3.9.5",
"vitest": "^2.1.4",
Expand Down
Loading

0 comments on commit 272d90d

Please sign in to comment.