Skip to content

Commit

Permalink
chore: Add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Nov 21, 2024
1 parent b0a792b commit 5e1c094
Show file tree
Hide file tree
Showing 3 changed files with 2,264 additions and 1,218 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
},
"postCreateCommand": "npm ci && npm run build && npm run lint && npm run test",
"customizations": {
"codespaces": {
"repositories": {
"diplodoc-platform/*": {
"permissions": "write-all"
}
}
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/external
/build
/assets
input
Expand Down
Loading

0 comments on commit 5e1c094

Please sign in to comment.