admin felület különválasztva

This commit is contained in:
Roo
2026-06-24 11:29:45 +00:00
parent 71ef33bb85
commit 80a5d67f79
462 changed files with 87873 additions and 312 deletions

View File

@@ -0,0 +1,11 @@
import { defineConfig } from '@playwright/test';
export default defineConfig({
timeout: 60000,
use: {
connectOptions: {
// faktor01 Tailscale IP - Browserless headless Chrome service
wsEndpoint: 'ws://100.93.27.29:3030',
},
screenshot: 'on',
},
});