fix: devbox on mac conflicts

This commit is contained in:
juancwu 2026-02-07 11:03:00 -05:00
commit 9731a313be
No known key found for this signature in database

View file

@ -9,12 +9,11 @@
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
"echo 'Welcome to devbox!' > /dev/null",
"unset DEVELOPER_DIR"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}