Skip to content

Commit

Permalink
feat: Adds first iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert authored Oct 26, 2023
1 parent 5cfbda5 commit fea6a48
Show file tree
Hide file tree
Showing 5 changed files with 3,384 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"image": "ghcr.io/octodemo/development-containers/javascript:base-20230620",
"customizations": {
"vscode": {
"extensions": [
"firsttris.vscode-jest-runner"
]
}
},
"postCreateCommand": "npm ci"
}
Loading

0 comments on commit fea6a48

Please sign in to comment.