We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3ebef commit ae15e31Copy full SHA for ae15e31
.devcontainer/Dockerfile
@@ -4,4 +4,4 @@ RUN apt update
4
RUN apt install -y postgresql-common
5
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
6
RUN apt install -y postgresql-client-17
7
-RUN su node -c "npm install -g pnpm@10.5.0"
+RUN su node -c "npm install -g pnpm@10.7.0"
package.json
@@ -40,10 +40,19 @@
40
"engines": {
41
"node": ">=22.0.0"
42
},
43
- "packageManager": "pnpm@10.5.0",
+ "packageManager": "pnpm@10.7.0",
44
"pnpm": {
45
"overrides": {
46
"sodium-native": "4.2.0"
47
- }
+ },
48
+ "onlyBuiltDependencies": [
49
+ "@nestjs/core",
50
+ "@scarf/scarf",
51
+ "core-js-pure",
52
+ "esbuild",
53
+ "nx",
54
+ "sharp",
55
+ "sodium-native"
56
+ ]
57
}
58
0 commit comments