Files
templates/blueprints/bentopdf/template.toml
Jainil Prajapati 7cb050772f chore: add bun.lock to ensure consistent dependency versions (#471)
Added bun.lock file to lock versions of project dependencies, ensuring reproducible builds and consistent environments across different setups using Bun as the package manager.
2025-10-25 01:53:51 -06:00

10 lines
137 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "bentopdf"
port = 80
host = "${main_domain}"
path = "/"