mash-up 0.1.0

A minimalist web development stack that combines the power of Maud, Axum, SQLx and HTMX.
Documentation
# fly.toml app configuration file generated for mash on 2024-09-21T13:42:44+05:30
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'mash'
primary_region = 'lhr'

[build]

[env]
  PORT = '8080'

[http_service]
  internal_port = 8080
  force_https = true
  auto_stop_machines = 'stop'
  auto_start_machines = true
  min_machines_running = 0
  processes = ['app']

[[vm]]
  size = 'shared-cpu-1x'