Skip to content

Commit 272d90d

Browse files
committed
Fix PouchDB 'events' dependency breaking the build
I don't know why this wasn't happening until I rebuilt node_modules locally. vitejs/vite#9238
1 parent 0e4c582 commit 272d90d

File tree

4 files changed

+564
-0
lines changed

4 files changed

+564
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN pnpm install express@^4.17.3 nocache@^4.0.0 uuid@^11.0.0 helmet@^8.0.0 cheer
77
ADD ./dist /financier/dist
88
ADD ./docs /financier/docs
99
ADD ./api /financier/api
10+
ADD ./package.json /financier/package.json
1011

1112
WORKDIR /financier/api
1213

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"sass": "^1.50.1",
4646
"vite": "^5.4.10",
4747
"vite-plugin-babel": "^1.2.0",
48+
"vite-plugin-node-polyfills": "^0.22.0",
4849
"vite-plugin-pwa": "^0.20.5",
4950
"vite-plugin-webfont-dl": "^3.9.5",
5051
"vitest": "^2.1.4",

0 commit comments

Comments
 (0)