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>
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "tilburg-hub",
|
|
"runtimeExecutable": "python",
|
|
"runtimeArgs": ["-m", "http.server", "3456", "--directory", "site"],
|
|
"port": 3456
|
|
}
|
|
]
|
|
}
|