entrypoint = "src/index.ts"

hidden = [".config", "bun.lock"]
modules = ["bun-1.2"]

[nix]
channel = "stable-24_11"
packages = ["unzip"]

[deployment]
run = ["bun", "run src/index.ts"]
deploymentTarget = "cloudrun"

[[ports]]
localPort = 3000
externalPort = 80
