Skip to content

Commit

Permalink
trying out codespaces fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Sep 28, 2024
1 parent 1ebcd63 commit a1767a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Holy Unblocker LTS",
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
},
"postCreateCommand": "npm install"
}

0 comments on commit a1767a1

Please sign in to comment.