feat: List Github notifications
This commit is contained in:
18
devbox.json
Normal file
18
devbox.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"packages": [
|
||||
"nodejs@latest",
|
||||
"nodePackages.prettier@latest",
|
||||
"pre-commit@latest",
|
||||
"just@latest"
|
||||
],
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
"echo 'Welcome to devbox!' > /dev/null"
|
||||
],
|
||||
"scripts": {
|
||||
"test": [
|
||||
"echo \"Error: no test specified\" && exit 1"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user