upgrade frontend toolchain to a coherent Svelte 5 stack

This commit is contained in:
alex wiesner
2026-03-15 16:12:44 +00:00
parent 7f03da23dd
commit 33cf6de6ac
19 changed files with 618 additions and 1695 deletions

View File

@@ -1,5 +1,6 @@
# Use the official Bun image as the build platform (supports linux/amd64 and linux/arm64 natively)
FROM oven/bun:1.2.22-alpine AS builder
ARG BUN_VERSION=1.3.10
FROM oven/bun:${BUN_VERSION}-alpine AS builder
# Metadata labels for the Voyage image
LABEL maintainer="Voyage contributors" \