docs: add --webpath instructions for aw-server-rust#764
Conversation
On some platforms (e.g. Windows), aw-server-rust bundles static assets into the executable, so copying files to the static/ directory has no effect. The --webpath flag provides a cleaner alternative. Closes ActivityWatch#608
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to a69591e in 5 seconds. Click for details.
- Reviewed
31lines of code in1files - Skipped
0files when reviewing. - Skipped posting
0draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
Workflow ID: wflow_phrAcuht9FRGXS2P
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Greptile SummaryThis PR adds documentation for the Changes:
The documentation is clear, accurate, and provides a helpful alternative workflow for developers working with Confidence Score: 5/5
Important Files Changed
Last reviewed commit: a69591e |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #764 +/- ##
=======================================
Coverage 26.20% 26.20%
=======================================
Files 29 29
Lines 1706 1706
Branches 311 298 -13
=======================================
Hits 447 447
- Misses 1195 1237 +42
+ Partials 64 22 -42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The failing CI check ( |
Summary
aw-server-rust --webpathflag as an alternative to copying web assetsOn some platforms (e.g. Windows),
aw-server-rustbundles static assets into the executable, so copying files to thestatic/directory has no effect. The--webpathflag provides a cleaner alternative.Closes #608
Important
Add
--webpathflag instructions foraw-server-rustand fix a typo inREADME.md.--webpathflag withaw-server-rustinREADME.md.--webpathis an alternative to copying web assets, useful for platforms bundling assets into the executable.README.md("replacing placing" to "replacing").This description was created by
for a69591e. You can customize this summary. It will automatically update as commits are pushed.