Files
mgmt/engine/resources/http_ui
James Shubin 2ee403bab9 git: Update gitignore files
We were overly matching in some cases by not starting with a slash. This
updates a few other cases too.
2025-05-06 02:52:26 -04:00
..
2025-05-06 02:52:26 -04:00

This directory contains the golang wasm source for the http_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.