Files
netris-warp/devbox.json
2023-11-28 17:24:11 +03:00

14 lines
220 B
JSON

{
"packages": ["rustup"],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}