mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:3",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/rust:1": {
|
|
"version": "latest",
|
|
"profile": "complete",
|
|
"targets": "aarch64-unknown-linux-gnu"
|
|
},
|
|
"ghcr.io/guiyomh/features/just:0": {
|
|
"version": "latest"
|
|
}
|
|
},
|
|
"hostRequirements": {
|
|
"storage": "64gb"
|
|
}
|
|
}
|