-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathdevbox.json
More file actions
27 lines (27 loc) · 650 Bytes
/
Copy pathdevbox.json
File metadata and controls
27 lines (27 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.18.0/.schema/devbox.schema.json",
"packages": {
"python": "3.14",
"pdm": "latest",
"libmemcached": "latest",
"zlib": {
"version": "latest",
"outputs": ["out", "dev"]
},
"redis": "latest",
"memcached": {
"version": "latest",
"outputs": ["out"]
},
"mailpit": "latest",
"process-compose": "latest",
"pre-commit": "latest",
"git": "latest"
},
"shell": {
"init_hook": [],
"scripts": {
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}