Skip to content

Commit

Permalink
fixing codespaces errors
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Sep 28, 2024
1 parent a1767a1 commit 91357af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Holy Unblocker LTS",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-20",
"features": {
"node": "20"
},
"postCreateCommand": "npm install"
}
16 changes: 0 additions & 16 deletions devcontainer.json

This file was deleted.

0 comments on commit 91357af

Please sign in to comment.