From f9047c59d134cf61d51f42dc49371f7fa677236c Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sun, 23 Jul 2023 11:05:38 +0000 Subject: [PATCH] Add devcontainer --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..3445b1a --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ + +{ + "name": "nestjs-telegraf Dev Container", + "image": "mcr.microsoft.com/devcontainers/typescript-node:1-18" + + } \ No newline at end of file