@auppaluri You can can add build settings in your fly.toml file. This should do it:
[build]
builtin = "static"
[build.settings]
httpsonly = true
Here’s a little more info: The Fly Beta Shop - #20 by Codepope
@auppaluri You can can add build settings in your fly.toml file. This should do it:
[build]
builtin = "static"
[build.settings]
httpsonly = true
Here’s a little more info: The Fly Beta Shop - #20 by Codepope