tilburg-hub/.claude/launch.json
Atlas SHB a402cbaef5 Initial community site — AI HUB Tilburg
Zero-dependency static site. config.json-driven.
Deploy: docker compose up -d
Publish: GitHub Pages / Cloudflare Pages / Tailscale Serve

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 13:37:25 +02:00

11 lines
224 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "tilburg-hub",
"runtimeExecutable": "python",
"runtimeArgs": ["-m", "http.server", "3456", "--directory", "site"],
"port": 3456
}
]
}