chore(ops): harden deployment and runtime setup

This commit is contained in:
Schubert Ferenc 2026-07-03 22:59:08 +02:00
parent 1d7e7c41c9
commit c35bd5877e
30 changed files with 534 additions and 61 deletions

1
data/.gitkeep Normal file
View file

@ -0,0 +1 @@

View 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."
}
]

View file

@ -0,0 +1,18 @@
[
{
"id": "repair_example",
"createdAt": "2026-07-03T00:00:00.000Z",
"status": "new",
"name": "Max Mustermann",
"email": "max@example.invalid",
"phone": "",
"manufacturer": "Beispielhersteller",
"model": "Beispielmodell",
"serialNumber": "",
"deviceType": "cb-radio",
"accessories": "Mikrofon",
"opened": "unknown",
"previousWork": "",
"description": "Beispieldatensatz fuer lokale Tests. Nicht fuer produktive Daten verwenden."
}
]