From d72df7aa80c549ab238373ae16ee9088944373dd Mon Sep 17 00:00:00 2001 From: Nulo <86896666+catdevnull@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:45:36 +0000 Subject: [PATCH] devcontainer: traer sqlite para debug --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4afb7ca..939d0f0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,8 @@ "features": { "ghcr.io/shyim/devcontainers-features/bun:0": {}, "ghcr.io/devcontainers/features/git-lfs:1": {}, - "ghcr.io/devcontainers/features/node:1": {} + "ghcr.io/devcontainers/features/node:1": {}, + "ghcr.io/swift-server-community/swift-devcontainer-features/sqlite:1": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally.