Files
ota-admin-portal/devbox.json

13 lines
251 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox.schema.json",
"packages": [
"nodejs_18",
"docker"
],
"shell": {
"init_hook": [
"echo 'OTA Admin Portal dev environment ready'"
]
}
}