diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-10-07 08:49:39 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-10-07 08:49:39 -0400 |
commit | df75a5df706dcd6a309b23ce2444336fdf24f63c (patch) | |
tree | 58cf6bb9070988788e0eed556ee1c1129e27fd01 /webapp/Trunk.toml | |
parent | 6eeea26f281c67f3f1fbe3bffe839b4163b9d048 (diff) |
Add shared library message passing between frontend and backend
Diffstat (limited to 'webapp/Trunk.toml')
-rw-r--r-- | webapp/Trunk.toml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |