chore(ops): harden deployment and runtime setup
This commit is contained in:
parent
1d7e7c41c9
commit
c35bd5877e
30 changed files with 534 additions and 61 deletions
12
data/contact-inquiries.example.json
Normal file
12
data/contact-inquiries.example.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"id": "contact_example",
|
||||
"createdAt": "2026-07-03T00:00:00.000Z",
|
||||
"status": "new",
|
||||
"name": "Max Mustermann",
|
||||
"email": "max@example.invalid",
|
||||
"phone": "",
|
||||
"subject": "Allgemeine Anfrage",
|
||||
"message": "Beispieldatensatz fuer lokale Tests. Nicht fuer produktive Daten verwenden."
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue