[project]
entrypoint = "index.html"
requires = ["python-3.12"]

[dev]
build = []
run = [ "sh", "-c", "python -m http.server ${DEPLOY_RUN_PORT} --bind 0.0.0.0" ]

[deploy]
build = []
run = [ "sh", "-c", "python -m http.server ${DEPLOY_RUN_PORT} --bind 0.0.0.0" ]
