18 lines
289 B
JSON
18 lines
289 B
JSON
|
|
||
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Run",
|
||
|
"type": "shell",
|
||
|
"command": "cargo",
|
||
|
"args": ["run", "--", "-l", "[::]:3000", "--", "~/Documents/Library/"],
|
||
|
"options": {
|
||
|
"env": {
|
||
|
"RUST_LOG": "debug"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|