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]]
name = "haex-hub"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"base64 0.22.1",
"ed25519-dalek",

View File

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