diff --git a/bun.lockb b/bun.lockb index 8492c61..163603e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6134d49..98c2a99 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "build": "next build", "start": "next start", "lint": "next lint", + "browser:install": "playwright install chromium", "prepare": "husky" }, "dependencies": { @@ -60,6 +61,7 @@ "@types/react-dom": "^19.1.6", "commitizen": "^4.3.1", "husky": "^9.1.7", + "playwright": "^1.62.1", "postcss": "^8.5.6", "rimraf": "^6.0.1", "tailwindcss": "^4.1.11",