Skip to content

Commit

Permalink
add devcontainer (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewb1 authored Jan 23, 2024
1 parent 8d9982c commit 3232596
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "flash.comma.ai",

"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",

"postCreateCommand": "pnpm install",
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/node_modules
/.pnp
.pnp.js
/.pnpm-store

# testing
/coverage
Expand Down

0 comments on commit 3232596

Please sign in to comment.