update
This commit is contained in:
10
frontend/Trunk.toml
Normal file
10
frontend/Trunk.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[build]
|
||||
target = "index.html"
|
||||
|
||||
[serve]
|
||||
address = "127.0.0.1"
|
||||
port = 8080
|
||||
|
||||
[[proxy]]
|
||||
rewrite = "/api/"
|
||||
backend = "http://localhost:3000/api/"
|
||||
Reference in New Issue
Block a user