feat: playwright scraper

This commit is contained in:
ISA
2025-08-18 14:16:44 +02:00
parent e6aafd6b0c
commit 8097246049
9 changed files with 7804 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: [
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{js,ts,jsx,tsx,mdx}",
@@ -20,6 +21,7 @@ module.exports = {
lg: "1024px",
xl: "1280px",
laptop: "1350px",
"ipad-pro": "1024px",
"2xl": "1600px",
"3xl": "1920px",
qhd: "2560px",