Use Trunk.toml for trunk config.

This commit is contained in:
2023-09-02 13:10:17 -07:00
parent 0a05b32a7a
commit 130f9bbeba
2 changed files with 12 additions and 1 deletions

11
web/Trunk.toml Normal file
View File

@@ -0,0 +1,11 @@
[build]
release = true
[serve]
# The address to serve on.
address = "0.0.0.0"
port = 6758
[[proxy]]
backend = "http://localhost:9345/"
rewrite= "/api/"