Initial commit

This commit is contained in:
Artyom Belousov 2026-02-08 20:57:57 +03:00 committed by Artyom Belousov
commit 750943aaba
16 changed files with 318 additions and 0 deletions

16
devbox.json Normal file
View file

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