Clean up for mini: remove other envs, add devbox/direnv

This commit is contained in:
Chris Rai
2026-01-13 21:24:46 -05:00
parent 33da34151d
commit d2c361de4a
23 changed files with 40 additions and 1010 deletions

12
devbox.json Normal file
View 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'"
]
}
}