Fixed Tauri setup (#143)

This commit is contained in:
Bapusaheb Patil
2025-04-14 01:25:42 +05:30
committed by GitHub
parent a7516b9e11
commit 8b03441909

View File

@@ -72,7 +72,7 @@ export async function setupTauri(
"init",
`--app-name=${path.basename(projectDir)}`,
`--window-title=${path.basename(projectDir)}`,
"--frontend-dist=dist",
"--frontend-dist=../dist",
`--dev-url=${devUrl}`,
`--before-dev-command=${packageManager} run dev`,
`--before-build-command=${packageManager} run build`,