diff options
-rw-r--r-- | .devcontainer.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..28bba9f --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,10 @@ +{ + "forwardPorts": [ + 5000, + 5900, + 6081, + 8080, + 8082 + ], + "image": "ghcr.io/cs50/codespace:b73dd04c40a0278a417bc0d7c806f78591392dae" +}
\ No newline at end of file |