mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-14 21:21:56 +03:00
14 lines
369 B
JSON
14 lines
369 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"features": {
|
|
"ghcr.io/devcontainers-contrib/features/supabase-cli:1": {},
|
|
"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"
|
|
}
|
|
}
|
|
}
|