chore: VCH-Deploykonfiguration fuer statische Auslieferung
This commit is contained in:
@@ -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: "/"
|
||||||
Reference in New Issue
Block a user