From d9c9f2eafd4755d1f48893f0b4d5808d606249fa Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Tue, 19 Mar 2024 17:36:46 -0700 Subject: [PATCH] Revert "Move from npm to bun" This reverts commit 4b2662cbf66117bc6dfbd1b2f150413df362dbe8. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0973a70..cba55ff 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,7 +20,7 @@ ], // Use 'onCreateCommand' to run commands when a dev container is created. - "onCreateCommand": "bun install wally && wally install", + "onCreateCommand": "cargo install wally && wally install", // Configure tool-specific properties. "customizations": {