From f6de8611955bf382612996500efba21a2d64ea1f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 13:03:09 +0400 Subject: Initial DevContainer --- .devcontainer/devcontainer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .devcontainer/devcontainer.json (limited to '.devcontainer') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..0817f86 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,15 @@ +{ + "image": "mcr.microsoft.com/devcontainers/javascript-node:22", + "forwardPorts": [3000], + "portsAttributes": { + "3000": { + "label": "Application", + "onAutoForward": "notify" + } + }, + "customizations": { + "vscode": { + "extensions": ["Vue.volar", "esbenp.prettier-vscode"] + } + } +} -- cgit v1.2.3