[fix] stores other than app cannot be saved + build linting
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"label": "Dev Tauri",
|
||||
"type": "shell",
|
||||
"command": "pnpm tauri dev",
|
||||
"command": "bun tauri dev",
|
||||
"problemMatcher": [
|
||||
"$vite"
|
||||
],
|
||||
@@ -14,7 +14,7 @@
|
||||
{
|
||||
"label": "Build Tauri to nsis installer",
|
||||
"type": "shell",
|
||||
"command": "pnpm tauri build -b nsis",
|
||||
"command": "bun tauri build -b nsis",
|
||||
"problemMatcher": [
|
||||
"$vite"
|
||||
],
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"label": "Build Tauri",
|
||||
"type": "shell",
|
||||
"command": "pnpm tauri build",
|
||||
"command": "bun tauri build",
|
||||
"problemMatcher": [
|
||||
"$vite"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user