From d3be44e5d379e28159762bfe218efe0fffa288de Mon Sep 17 00:00:00 2001 From: TanerUslu Date: Wed, 29 Jul 2026 10:08:40 +0200 Subject: [PATCH] chore: VCH-Deploykonfiguration fuer statische Auslieferung --- .vch/deploy.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vch/deploy.yaml diff --git a/.vch/deploy.yaml b/.vch/deploy.yaml new file mode 100644 index 0000000..8f671b2 --- /dev/null +++ b/.vch/deploy.yaml @@ -0,0 +1,10 @@ +runtime: systemd + +# Vite-Projekt: erst bauen, das Ergebnis landet in dist/ +build: "npm ci && npm run build" + +# Rein statische Seite - dist/ wird auf dem von VCH zugewiesenen Port ausgeliefert. +# Kein Server-Code noetig: Erkennung, Sortierung und Sitzung laufen vollstaendig im Browser. +start: "python3 -m http.server $PORT --directory dist" + +health: "/"