quivr/.devcontainer/devcontainer.json

8 lines
213 B
JSON
Raw Normal View History

2024-02-22 20:58:14 +03:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/supabase-cli:1": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
}
}