mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
11 lines
269 B
JSON
11 lines
269 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
||
|
"packages": ["bun@latest"],
|
||
|
"shell": {
|
||
|
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
|
||
|
"scripts": {
|
||
|
"build": ["bun run build"]
|
||
|
}
|
||
|
}
|
||
|
}
|