Created
June 3, 2025 19:40
-
-
Save BigBlueHat/ed7d2b45abe11970121cea542bbe59fa to your computer and use it in GitHub Desktop.
Node + MongoDB in DevBox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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