Just clean up useless sample stuff
This commit is contained in:
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@@ -20,6 +20,13 @@
|
||||
// change this to your `beforeBuildCommand`:
|
||||
"command": "npm",
|
||||
"args": ["run", "build"],
|
||||
},
|
||||
{
|
||||
"label": "full:dev",
|
||||
"type": "shell",
|
||||
"isBackground": true,
|
||||
"command": "cargo",
|
||||
"args": ["tauri", "dev"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user