Fix frontendDist path for nuxt generate output

This commit is contained in:
2025-11-01 21:54:24 +01:00
parent 81a72da26c
commit 3ed8d6bc05
2 changed files with 2 additions and 2 deletions

2
src-tauri/Cargo.lock generated
View File

@ -1693,7 +1693,7 @@ dependencies = [
[[package]] [[package]]
name = "haex-hub" name = "haex-hub"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"ed25519-dalek", "ed25519-dalek",

View File

@ -7,7 +7,7 @@
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:3003", "devUrl": "http://localhost:3003",
"beforeBuildCommand": "pnpm generate", "beforeBuildCommand": "pnpm generate",
"frontendDist": "../dist" "frontendDist": "../.output/public"
}, },
"app": { "app": {