Commit 935371d
feat(open): switch to cross-platform 'open' package for reliable URL opening across Windows/macOS/Linux
Replace brittle platform-specific 'open' invocation in npm-app/src/client.ts with the cross-platform 'open' package; add dependency in npm-app/package.json; this simplifies login flow and reduces test brittleness.
Generated with Codebuff 🤖
Co-Authored-By: Codebuff <noreply@codebuff.com>1 parent 4200c04 commit 935371d
3 files changed
+27
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
598 | 599 | | |
599 | 600 | | |
600 | 601 | | |
601 | | - | |
| 602 | + | |
602 | 603 | | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
| 604 | + | |
610 | 605 | | |
611 | 606 | | |
612 | 607 | | |
| |||
0 commit comments