Passage à Zensical
Some checks failed
Documentation / deploy (push) Has been cancelled

This commit is contained in:
Pascal Le Merrer 2026-07-08 15:24:50 +02:00
parent 0b33dfa56b
commit 980d1fb34d
54 changed files with 13234 additions and 0 deletions

15
devbox.json Normal file
View file

@ -0,0 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.17.5/.schema/devbox.schema.json",
"packages": [
"python@3.14",
"python314Packages.pip@latest"
],
"shell": {
"init_hook": ". $VENV_DIR/bin/activate.fish",
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}