From c45bf4f3154be901457192cf9b736a3c20bb0b37 Mon Sep 17 00:00:00 2001 From: lajbel Date: Wed, 23 Oct 2024 14:21:57 -0300 Subject: [PATCH] chore: remove dev --- .devcontainer/devcontainer.json | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 14568459..00000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,34 +0,0 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node -{ - "name": "KAPLAY", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/javascript-node:latest", - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, - // Configure tool-specific properties. - "customizations": { - // Configure properties specific to VS Code. - "vscode": { - "settings": {}, - "extensions": [ - "ms-vscode.vscode-typescript-next", - "dprint.dprint" - ] - } - }, - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [3000], - // Use 'portsAttributes' to set default properties for specific forwarded ports. - // More info: https://containers.dev/implementors/json_reference/#port-attributes - "portsAttributes": { - "8000": { - "label": "Dev/Test Server", - "onAutoForward": "notify" - } - }, - // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm update -g && pnpm i" - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" -}