mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
21 lines
352 B
JSON
21 lines
352 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.1/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"pnpm@latest",
|
|
"bun@latest"
|
|
],
|
|
"shell": {
|
|
"init_hook": [
|
|
"bun install"
|
|
],
|
|
"scripts": {
|
|
"build": [
|
|
"bun run build"
|
|
],
|
|
"publish": [
|
|
"bun run publish"
|
|
]
|
|
}
|
|
}
|
|
}
|