changed dev & build package manger call from tauri

This commit is contained in:
Fractal-Tess
2022-08-27 19:10:28 +03:00
parent 538879e190
commit 775a8bd1ae

View File

@@ -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"
},