Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix CI

+4
+4
.github/workflows/tests.yml
··· 31 31 if: steps.playwright-cache.outputs.cache-hit != 'true' 32 32 run: bunx playwright install --with-deps chromium firefox webkit 33 33 34 + - name: Install Playwright System Dependencies 35 + if: steps.playwright-cache.outputs.cache-hit == 'true' 36 + run: bunx playwright install-deps chromium firefox webkit 37 + 34 38 - name: Build 35 39 run: bun run build 36 40