mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 13:14:11 +00:00
27 lines
731 B
JSON
27 lines
731 B
JSON
|
|
{
|
||
|
|
"id": "universal",
|
||
|
|
"version": "2.0.1",
|
||
|
|
"name": "Default Linux Universal",
|
||
|
|
"description": "Use or extend the new Ubuntu-based default, large, multi-language universal container for GitHub Codespaces.",
|
||
|
|
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/universal",
|
||
|
|
"publisher": "Dev Container Spec Maintainers",
|
||
|
|
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
|
||
|
|
"platforms": [
|
||
|
|
"Python",
|
||
|
|
"Node.js",
|
||
|
|
"JavaScript",
|
||
|
|
"TypeScript",
|
||
|
|
"C++",
|
||
|
|
"Java",
|
||
|
|
"C#",
|
||
|
|
".NET Core",
|
||
|
|
"PHP",
|
||
|
|
"Go",
|
||
|
|
"Ruby",
|
||
|
|
"Conda"
|
||
|
|
],
|
||
|
|
"optionalPaths": [
|
||
|
|
".github/*"
|
||
|
|
]
|
||
|
|
}
|