add direnv
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m16s

This commit is contained in:
Sebastian Hugentobler 2025-04-29 09:53:49 +02:00
parent 19af0b8d3e
commit 033a3e2c72
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
4 changed files with 30 additions and 0 deletions

17
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,17 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Run",
"type": "shell",
"command": "cargo",
"args": ["run", "--", "-l", "[::]:3000", "--", "~/Documents/Library/"],
"options": {
"env": {
"RUST_LOG": "debug"
}
}
}
]
}