platform/devbox.json

19 lines
392 B
JSON
Raw Normal View History

2024-06-10 02:25:12 +00:00
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.11.0/.schema/devbox.schema.json",
"packages": [
"dart@latest",
"php@latest",
"php83Packages.composer@latest"
],
2024-06-10 02:25:12 +00:00
"shell": {
"init_hook": [
"echo 'Welcome to Protevus!' > /dev/null"
2024-06-10 02:25:12 +00:00
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}