Hide the static assets webserver behind a feature flag #39
Labels
enhancement
New feature or request
HTTP API
The connection between the UI and the Ncube daemon.
ncube
The application users will run.
ncube-daemon
The meat of Ncube functionality.
Right now the static assets for the UI have to be available during compile time, even if only compiling
ncubed
without any UI requirement. Hide the webserver for static assets behind a feature flag, so thatncube
can compile with it, butncubed
doesn't.The text was updated successfully, but these errors were encountered: