Monorepo for Tangled tangled.org
1

Configure Feed

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

core / web / playwright.config.ts
190 B 6 lines
1import { defineConfig } from '@playwright/test'; 2 3export default defineConfig({ 4 webServer: { command: 'pnpm run build && pnpm run preview', port: 4173 }, 5 testMatch: '**/*.e2e.{ts,js}' 6});