web-ui: init type API checks

This commit is contained in:
Johannes Kirschbauer
2024-06-05 11:07:40 +02:00
parent ad771ae6a0
commit 78dbabf901
5 changed files with 1098 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
npmDeps = pkgs.fetchNpmDeps {
src = ./app;
hash = "sha256-EadzSkIsV/cJtdxpIUvvpQhu5h3VyF8bLMpwfksNmWQ=";
hash = "sha256-AwBrTnS/GAND/eogBic96kIQAJ4gdHorB8hEdpnGe5s=";
};
# The prepack script runs the build script, which we'd rather do in the build phase.
npmPackFlags = [ "--ignore-scripts" ];