Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed Aug 10, 2024
1 parent 0c5cfe5 commit ba7f7fb
Show file tree
Hide file tree
Showing 16 changed files with 6,514 additions and 24,803 deletions.
27 changes: 27 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "React App Dev Container",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "14"
}
},
"postCreateCommand": "npm install",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
},
"forwardPorts": [
16731
],
"mounts": [
"source=${localWorkspaceFolder}/.env,target=/workspace/.env,type=bind"
],
"remoteEnv": {
"NODE_ENV": "development"
}
}
Loading

0 comments on commit ba7f7fb

Please sign in to comment.