DOGFATHER UNIVERSE: erste lauffähige Website + Bewerbungs-Postfach + Hosting-Vorbereitung

This commit is contained in:
2026-07-30 20:09:09 +02:00
commit f8e4cf82db
45 changed files with 3462 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# =====================================================================
# DOGFATHER UNIVERSE — Bewerbungs-Postfach Worker Konfiguration
# Siehe README.md für die Schritt-für-Schritt-Deploy-Anleitung.
# =====================================================================
name = "dogfather-universe-postfach"
main = "src/worker.js"
compatibility_date = "2024-01-01"
# TODO: nach `wrangler kv namespace create BEWERBUNGEN` die ausgegebene
# "id" hier eintragen (ersetzt "REPLACE_ME").
[[kv_namespaces]]
binding = "BEWERBUNGEN"
id = "REPLACE_ME"