changed dev & build package manger call from tauri
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"build": {
|
||||
"beforeBuildCommand": "yarn svelte:build",
|
||||
"beforeDevCommand": "yarn svelte:dev",
|
||||
"beforeBuildCommand": "pnpm svelte:build",
|
||||
"beforeDevCommand": "pnpm svelte:dev",
|
||||
"devPath": "http://localhost:3000",
|
||||
"distDir": "../dist"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user