Remove holding tagline and add real phone number

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 02:21:56 +02:00
parent d11a184490
commit 0378916ad3
3 changed files with 12 additions and 10 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "empor-dev",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "3001"],
"port": 3001
}
]
}