FastWave2.0/MoonZoon.toml
2024-06-05 01:10:14 +02:00

25 lines
378 B
TOML

# port = 8080
port = 8443
https = true
cache_busting = true
backend_log_level = "warn" # "error" / "warn" / "info" / "debug" / "trace"
[redirect]
port = 8081
enabled = false
[cors]
origins = ["*"]
[watch]
frontend = [
"public",
"frontend/Cargo.toml",
"frontend/typescript/bundles",
"frontend/src",
]
backend = [
"backend/Cargo.toml",
"backend/src",
]