feat: List Github notifications

This commit is contained in:
2024-01-24 08:53:36 +01:00
parent 6775863ed3
commit 2d2d47f55f
41 changed files with 3538 additions and 13 deletions

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