From df75a5df706dcd6a309b23ce2444336fdf24f63c Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 7 Oct 2022 08:49:39 -0400 Subject: Add shared library message passing between frontend and backend --- webapp/Trunk.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webapp/Trunk.toml') diff --git a/webapp/Trunk.toml b/webapp/Trunk.toml index 842cc2f..8c891da 100644 --- a/webapp/Trunk.toml +++ b/webapp/Trunk.toml @@ -1,3 +1,11 @@ [build] target = "index.html" dist = "dist" + +[serve] +address = "::" +port = 11120 +watch = ["src"] + +[[proxy]] +backend = "http://localhost:11121/api/" \ No newline at end of file -- cgit v1.2.3