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",
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeBuildCommand": "yarn svelte:build",
|
"beforeBuildCommand": "pnpm svelte:build",
|
||||||
"beforeDevCommand": "yarn svelte:dev",
|
"beforeDevCommand": "pnpm svelte:dev",
|
||||||
"devPath": "http://localhost:3000",
|
"devPath": "http://localhost:3000",
|
||||||
"distDir": "../dist"
|
"distDir": "../dist"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user