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.