Commit 2b9d7a4
refactor: remove wait-on dependency (#2092)
* refactor: remove wait-on dependency
Replace external wait-on package with inline waitForServer function.
This reduces transitive dependencies (including axios) while providing
equivalent functionality for the fake-extension dev script.
* Add request timeout to waitForServer
Co-authored-by: jkingston <[email protected]>
* Refactor waitForServer function for improved timeout handling
* Lint fix
---------
Co-authored-by: Cursor Agent <[email protected]>1 parent 791d0c2 commit 2b9d7a4
File tree
4 files changed
+24
-458
lines changed- injected/scripts
- special-pages/pages/new-tab/app
4 files changed
+24
-458
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
28 | 48 | | |
29 | 49 | | |
30 | 50 | | |
| |||
60 | 80 | | |
61 | 81 | | |
62 | 82 | | |
63 | | - | |
| 83 | + | |
64 | 84 | | |
65 | 85 | | |
66 | 86 | | |
| |||
0 commit comments