-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior (bug)
i add global mysql , but i can not using devbox global service up
in a devbox project,as before, global package is available
Expected Behavior (fix)
This command replicates the subcommands for [devbox services] but for your global packages,otherwise ,is not
Additional context
version is 0.5.13
global package devbox.json :
{
"packages": [
"redis@latest",
"postgresql@latest",
"mysql80@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo "Error: no test specified" && exit 1"
]
}
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Merged