fix: devbox on mac conflicts
This commit is contained in:
parent
61efa851fd
commit
9731a313be
1 changed files with 17 additions and 18 deletions
35
devbox.json
35
devbox.json
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
|
||||||
"packages": [
|
"packages": [
|
||||||
"go@1.25.5",
|
"go@1.25.5",
|
||||||
"templ@0.3.960",
|
"templ@0.3.960",
|
||||||
"go-task@3.45.5",
|
"go-task@3.45.5",
|
||||||
"tailwindcss_4@latest",
|
"tailwindcss_4@latest",
|
||||||
"nodejs@latest"
|
"nodejs@latest"
|
||||||
],
|
],
|
||||||
"shell": {
|
"shell": {
|
||||||
"init_hook": [
|
"init_hook": [
|
||||||
"echo 'Welcome to devbox!' > /dev/null"
|
"echo 'Welcome to devbox!' > /dev/null",
|
||||||
],
|
"unset DEVELOPER_DIR"
|
||||||
"scripts": {
|
],
|
||||||
"test": [
|
"scripts": {
|
||||||
"echo \"Error: no test specified\" && exit 1"
|
"test": ["echo \"Error: no test specified\" && exit 1"]
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue