# {{ title }} — Purwa config (see https://github.com/sangkan-dev/purwa purwa.toml.example)

[app]
name = "{{ app_name }}"

[server]
host = "0.0.0.0"
port = {{ port }}
{% if inertia %}

[inertia]
asset_version = "dev"
{% endif %}
