Added bun dependencies + created hono template

This commit is contained in:
2025-10-22 01:18:32 -04:00
parent a5bcc5335c
commit 8d0ef5616a
7 changed files with 134 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
devShells.x86_64-linux.default = pkgs.mkShell {
buildInputs = with pkgs; [
libgcc
bun
];
shellHook = ''
echo "Welcome to the methylphenidate dev environment!"