add web-app stub

This commit is contained in:
2026-08-19 14:57:14 +02:00
parent 05c0f4e37c
commit 49a59cfad6
15 changed files with 2001 additions and 2 deletions
+8 -1
View File
@@ -65,7 +65,14 @@
};
devShells.default = pkgs.mkShell {
buildInputs = [rust-toolchain];
buildInputs = [
rust-toolchain
pkgs.typescript-language-server
pkgs.vscode-langservers-extracted
pkgs.wasm-bindgen-cli
pkgs.wasm-pack
pkgs.yarn
];
};
};
};