Skip to content

Fix yew template - #147

Merged
amrbashir merged 3 commits into
tauri-apps:devfrom
YarochkinAnton:fix-yew-template
Aug 30, 2022
Merged

Fix yew template#147
amrbashir merged 3 commits into
tauri-apps:devfrom
YarochkinAnton:fix-yew-template

Conversation

@YarochkinAnton

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • New Binding issue #___
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes, and the changes were approved in issue #___
  • No

Checklist

  • When resolving issues, they are referenced in the PR's title (e.g fix: remove a typo, closes #___, #___)
  • A change file is added if any packages will require a version bump due to this PR per the instructions in the readme.
  • [] I have added a convincing reason for adding this feature, if necessary

Other information

YarochkinAnton and others added 3 commits August 29, 2022 03:09
Changed "beforeDevCommand" from "trunk build" to "trunk server".
Before when you called "tauri dev" infinite loop will occur waiting for dev server to become available at "http://localhost:1420".
This would not happen because "trunk build" only builds artifacts and don't actually start serving them.

Changed "withGlobalTauri" from "false" to "true" so example frontend can actually "invoke" backend methods

@amrbashir amrbashir left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@amrbashir
amrbashir merged commit 675b091 into tauri-apps:dev Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants