Skip to content

Commit

Permalink
Remove unused sqlite3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Oct 24, 2024
1 parent 42634f9 commit ee841c6
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 512 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ WORKDIR /build
RUN corepack enable
RUN yarn install --immutable
RUN yarn compile
RUN wget https://github.com/TryGhost/node-sqlite3/releases/download/v5.1.2/napi-v6-linux-musl-x64.tar.gz && tar -xvzf napi-v6-linux-musl-x64.tar.gz
RUN mv ./napi-v6-linux-musl-x64 /build/node_modules/sqlite3/lib/binding

FROM node:22.10

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"graphql-request": "^6.1.0",
"prisma": "^5.6.0",
"sentry": "^0.1.2",
"sqlite3": "^5.1.6",
"subscriptions-transport-ws": "^0.11.0",
"tsx": "^3.12.7",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit ee841c6

Please sign in to comment.