1# bore tunnel configuration 2# Save this file as "bore.toml" in your project directory 3 4[myapp] 5port = 8000 6 7[api] 8port = 3000 9label = "dev" 10 11[frontend] 12port = 5173 13label = "local"