Migrate project to TypeScript and Playwright scraping

This commit is contained in:
2026-08-05 13:47:45 +02:00
parent 8ecbc6655f
commit 639d9bec75
30 changed files with 3222 additions and 1625 deletions
@@ -1,3 +1,4 @@
// @ts-nocheck
import { test, expect } from "playwright/test";
test("catalog maker shell loads without page errors", async ({ page }) => {
@@ -1,3 +1,4 @@
// @ts-nocheck
import { test, expect } from "playwright/test";
test.describe("database connection", () => {