simplifying shit playwright code

This commit is contained in:
Tommy D. Rossi
2025-11-13 20:37:19 +01:00
parent ca2485f3d5
commit a47b3bd99d
10 changed files with 153 additions and 2242 deletions
+2 -7
View File
@@ -16,18 +16,13 @@
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc --project . && tsc --project tsconfig.ui.json && vite build && vite build --config vite.sw.config.mts",
"watch": "tsc --watch --project . & tsc --watch --project tsconfig.ui.json & vite build --watch & vite build --watch --config vite.sw.config.mts",
"build": "tsc --project . && vite build --config vite.sw.config.mts",
"watch": "tsc --watch --project . & vite build --watch --config vite.sw.config.mts",
"test": "playwright test",
"clean": "rm -rf dist"
},
"devDependencies": {
"@types/chrome": "^0.0.315",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2",
"vite": "^5.4.21",
"vite-plugin-static-copy": "^3.1.1"