Fix WESP UI after git clone: serve from public/wesp and materialize static.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
влад
2026-07-16 11:43:25 +03:00
co-authored by Cursor
parent 2c294424ef
commit 5dfa06ddbe
8 changed files with 49 additions and 36 deletions
+4
View File
@@ -4,6 +4,10 @@
"private": true,
"type": "module",
"scripts": {
"materialize:wesp": "bash ../../scripts/materialize-wesp-static.sh",
"predev": "pnpm run materialize:wesp",
"prebuild": "pnpm run materialize:wesp",
"prepreview": "pnpm run materialize:wesp",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",