Clean up for mini: remove other envs, add devbox/direnv
This commit is contained in:
12
devbox.json
Normal file
12
devbox.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$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'"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user