Skip to content

Commit

Permalink
Revert "Move from npm to bun"
Browse files Browse the repository at this point in the history
This reverts commit 4b2662c.
  • Loading branch information
RyanLua committed Mar 20, 2024
1 parent 420095f commit d9c9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d9c9f2e

Please sign in to comment.