add direnv
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m16s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m16s
This commit is contained in:
parent
19af0b8d3e
commit
033a3e2c72
4 changed files with 30 additions and 0 deletions
17
.vscode/tasks.json
vendored
Normal file
17
.vscode/tasks.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue