DOGFATHER UNIVERSE: erste lauffähige Website + Bewerbungs-Postfach + Hosting-Vorbereitung
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user