Conversation
Contributor
📦 Tauri Desktop Builds Ready!The desktop applications have been built and are ready for testing. Download Artifacts:🐧 Linux x64: Download Stirling-PDF-linux-x86_64 (.deb, .rpm, .AppImage) - 729.4 MB Built from commit 140851f |
Frooodle
approved these changes
Apr 27, 2026
EthanHealy01
approved these changes
Apr 28, 2026
ConnorYoh
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
Change root
task devandtask dev:alljobs so they attempt to use the default ports, but if they're in use, it automatically selects free ports and spawns the servers on those ports. This makes it much easier to work on multiple branches at once (for reviewing etc.) because it makes it trivial to run multiple separate servers at the same time.The
frontend:devetc. jobs do not automatically choose a free port as part of this work. It's only for the top-leveldevjobs. This was a judgement call from me that you probably don't want them running on random ports because the other servers need to know the port numbers. We could always change it in the future though if people want that functionality.