-
Is there a way to deploy ![]() I don't want an additional server(axum etc) to host those dist files. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
kzhui125
Jan 2, 2024
Replies: 1 comment
-
I find that after change And with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kzhui125
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find that after change
devPath
to../dist
,cargo build
works withouttrunk serve
And with
"distDir": "../dist",
,cargo tauri build
also works withouttrunk serve
.