This commit is contained in:
Tommy D. Rossi
2025-11-16 11:32:14 +01:00
parent a2fd82d6d8
commit 0d363d59af
5 changed files with 29 additions and 111 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc --project . && vite build --config vite.sw.config.mts",
"watch": "vite build --watch --config vite.sw.config.mts",
"build": "tsc --project . && vite build --config vite.config.mts",
"watch": "vite build --watch --config vite.config.mts",
"test": "playwright test",
"clean": "rm -rf dist"
},