feat: build as chrome extension

This commit is contained in:
Pihkaal
2025-11-04 23:43:16 +01:00
parent d7b6926772
commit 1c8e000dcd
4 changed files with 43 additions and 1 deletions

View File

@@ -8,7 +8,8 @@
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build": "run-s type-check build-only copy:manifest",
"copy:manifest": "cp public/manifest.json dist/",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
@@ -27,6 +28,7 @@
"@playwright/test": "^1.56.1",
"@prettier/plugin-oxc": "^0.0.4",
"@tsconfig/node22": "^22.0.2",
"@types/chrome": "^0.1.27",
"@types/jsdom": "^27.0.0",
"@types/node": "^22.18.11",
"@vitejs/plugin-vue": "^6.0.1",