We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf809d commit b974f0dCopy full SHA for b974f0d
2 files changed
client/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.0.2-alpine3.21 AS build
+FROM node:24.1.0-bookworm-slim AS build
2
COPY . .
3
RUN npm ci && npm run build
4
client/biome.json
@@ -10,6 +10,9 @@
10
"noUndeclaredVariables": "off",
11
"noUnusedVariables": "off",
12
"useHookAtTopLevel": "off"
13
+ },
14
+ "style": {
15
+ "useBlockStatements": "off"
16
}
17
18
},
0 commit comments