mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
chore: ⬆️ Upgrade Bun to 1.1.38
This commit is contained in:
parent
8497d09d5b
commit
81537770c7
|
|
@ -15,7 +15,7 @@ COPY --from=install /temp/dev/node_modules /app/node_modules
|
||||||
RUN cd /app && bun run emojis:generate
|
RUN cd /app && bun run emojis:generate
|
||||||
RUN cd /app && bun run build --preset node-server
|
RUN cd /app && bun run build --preset node-server
|
||||||
|
|
||||||
FROM oven/bun:1.1.34-alpine AS final
|
FROM oven/bun:1.1.38-alpine AS final
|
||||||
|
|
||||||
COPY --from=builder /app/.output/ /app
|
COPY --from=builder /app/.output/ /app
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
"categories": ["Other"],
|
"categories": ["Other"],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"bun": ">=1.1.34"
|
"bun": ">=1.1.38"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
|
@ -48,5 +48,5 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keywords": ["typescript", "vue", "tailwindcss"],
|
"keywords": ["typescript", "vue", "tailwindcss"],
|
||||||
"packageManager": "bun@1.1.34"
|
"packageManager": "bun@1.1.38"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue