Skip to content

Commit

Permalink
Allow running without UI endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmadka committed Sep 29, 2023
1 parent 042b0a6 commit 30936a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WebPlatform/server.alusus
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,6 @@
for i = 0, i < endpointsModules.getLength(), ++i addUiEndpoints(endpointsModules(i));
};
preprocess { addAssetRoutes(parent~ast) };
if uiEndpoints.getLength() == 0 {
System.fail(1, "No UI endpoints found\n");
}

options.add(0);

Expand Down

0 comments on commit 30936a1

Please sign in to comment.