Commit ed293c7
committed
fix(examples): unblock the e2e suite
The next-runtime-snapshot static webServer aborted the whole Playwright
run with an EACCES chmod on its copied SPA assets, and the files-inspector
dev server rejected the browser's unauthenticated RPC calls.
- files-inspector: opt the dev server into `auth: false`, matching the
other single-user localhost demos, so the served SPA can call RPC
without an OTP round-trip.
- next-runtime-snapshot: normalize the built SPA's file permissions so
the output is always readable/servable and downstream `createBuild`
copies don't choke on dropped read bits.1 parent 89c4df2 commit ed293c7
2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments