engine: resources: Add the proper prefix to grouped http resources
Resources that can be grouped into the http:server resource must have that prefix. Grouping is basically hierarchical, and without that common prefix, it means we'd have to special-case our grouping algorithm.
This commit is contained in:
8
engine/resources/http_server_ui/README.md
Normal file
8
engine/resources/http_server_ui/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
This directory contains the golang wasm source for the `http_server_ui`
|
||||
resource. It gets built automatically when you run `make` from the main project
|
||||
root directory.
|
||||
|
||||
After it gets built, the compiled artifact gets bundled into the main project
|
||||
binary via go embed.
|
||||
|
||||
It is not a normal package that should get built with everything else.
|
||||
Reference in New Issue
Block a user