From 33c7617bacf72a0c82ae8135d198ba210e08464c Mon Sep 17 00:00:00 2001 From: William Walker Date: Sat, 22 Apr 2023 18:57:04 -0500 Subject: [PATCH] add dev container config --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..901bed8 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "name": "unifi-cloudflare-ddns", + "image": "mcr.microsoft.com/devcontainers/javascript-node", + "postCreateCommand": "yarn global add wrangler" +} \ No newline at end of file