chore: remove devbox configuration

This commit is contained in:
Prad Nukala 2025-01-07 12:23:57 -05:00
parent 2efea5aacd
commit e90fd76f69

View File

@ -1,18 +0,0 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": [
"templ@latest",
"pnpm@latest",
"go@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}