fixes/updates. use pydata theme. use drawio extension in devcontainer

This commit is contained in:
len0rd 2023-05-27 23:41:55 -04:00
parent 67fd3d91af
commit 4285425051
6 changed files with 45 additions and 38 deletions

View file

@ -0,0 +1,7 @@
{
"build": {
"context": "../",
"dockerfile": "../Dockerfile"
},
"forwardPorts": [8090]
}