This commit is contained in:
Nikita
2024-08-27 16:39:58 +03:00
parent 5526df6c53
commit 03ffc6a190
7 changed files with 80 additions and 69 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "..\\node_modules/@tauri-apps/cli\\schema.json",
"build": {
"beforeBuildCommand": "npm run next-build",
"beforeDevCommand": "npm run next dev",
"beforeBuildCommand": "cd web && bun run next-build",
"beforeDevCommand": "cd web && bun run next dev",
"devPath": "http://localhost:3000",
"distDir": "../dist"
},