-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Tauri Build #3
Comments
kristianbinau
added a commit
that referenced
this issue
Sep 9, 2023
See @feat-packaged-node-tauri, this is a WIP. Brain dump:
|
Maybe bun own compiler could work: https://bun.sh/docs/bundler/executables on first try this seems to work, but it can't find "node:fs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Tauri works, but only if we use
tauri dev
, this just opens ourlocalhost:4321
. But when we build we have to bundle all the necessary code and dependencies we need to run our project. When we build almost everything gets bundled except Node.Accepttest:
The text was updated successfully, but these errors were encountered: