Skip to content

Instantly share code, notes, and snippets.

@BigBlueHat
Created June 3, 2025 19:40
Show Gist options
  • Save BigBlueHat/ed7d2b45abe11970121cea542bbe59fa to your computer and use it in GitHub Desktop.
Save BigBlueHat/ed7d2b45abe11970121cea542bbe59fa to your computer and use it in GitHub Desktop.
Node + MongoDB in DevBox
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json",
"packages": [
"nodejs@latest",
"mongodb@latest",
"mongosh@latest"
],
"env": {
"DEVBOX_COREPACK_ENABLED": "true"
},
"include": [
"github:jetpack-io/devbox-plugins?dir=mongodb"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment