wip salvo server
This commit is contained in:
+3
-2
@@ -10,13 +10,14 @@ asset_dir = "public"
|
||||
|
||||
[web.app]
|
||||
# HTML title tag content
|
||||
title = "mumble-web"
|
||||
title = "Mumble Web 2"
|
||||
base_path = "gui"
|
||||
|
||||
[web.watcher]
|
||||
# when watcher trigger, regenerate the `index.html`
|
||||
reload_html = true
|
||||
# which files or dirs will be watcher monitoring
|
||||
watch_path = ["src", "public"]
|
||||
watch_path = ["src", "assets"]
|
||||
|
||||
# include `assets` in web platform
|
||||
[web.resource]
|
||||
|
||||
Reference in New Issue
Block a user