Skip to content

Commit

Permalink
feat: add evYields data
Browse files Browse the repository at this point in the history
- feat: add all of the service level stuff
- build: open propert port in dev container
- build: update devcontainer extensions
- feat: add evYields for gen7
- fix: minior-meteor didn't have the `otherFormes` property.
  • Loading branch information
Rexogamer authored and favna committed Sep 5, 2021
1 parent f4da2b6 commit ddcf1d9
Show file tree
Hide file tree
Showing 8 changed files with 1,620 additions and 23 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,12 @@
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"tabnine.tabnine-vscode",
"redhat.vscode-yaml",
"akamud.vscode-theme-onedark"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [8080, 8081, 5432, 2333, 8284, 8285, 8287],
"forwardPorts": [4000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install"
Expand Down
Loading

0 comments on commit ddcf1d9

Please sign in to comment.