ora editor

This commit is contained in:
2026-03-27 23:33:04 -07:00
parent cdc9ca2f92
commit c94988561c
36 changed files with 1564 additions and 125 deletions

8
playwright.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig, chromium } from '@playwright/test';
export default defineConfig({
use: {
browserType: chromium,
channel: 'chrome',
},
});