quivr/.devcontainer/devcontainer.json

14 lines
369 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": {},
2024-02-22 21:13:16 +03:00
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.11"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
}
2024-02-22 20:58:14 +03:00
}
}