Updates from beta testing

This commit is contained in:
2025-11-24 09:40:05 -06:00
parent 3781646b7f
commit 5c443bd1b2
7 changed files with 307 additions and 109 deletions

View File

@@ -6,8 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:beta": "vite build --mode beta",
"build:prod": "tsc && vite build --mode production",
"build:beta": "vite build --mode beta && cp -r ./dist/* /var/www/beta.app.ditchtheagent/html/",
"build:prod": "vite build --mode production",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "vite build && cp ./dist/index.html ./dist/404.html",
@@ -33,6 +33,7 @@
"formik": "^2.4.6",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.525.0",
"material-ui-popup-state": "^5.1.0",
"react": "^18.2.0",