devcontainer: traer sqlite para debug

This commit is contained in:
Nulo 2023-12-30 14:45:36 +00:00 committed by GitHub
parent 4d064d10d9
commit d72df7aa80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.