upload file size limit increased in server.ts
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 32s

This commit is contained in:
2025-11-23 00:22:39 -08:00
parent ca90c5082e
commit f0913cad17
2 changed files with 11 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
"build": "vite build",
"preview": "vite preview",
"clean": "rimraf coverage .coverage",
"test:coverage": "npm run clean && vitest run --coverage",
"test:coverage": "npm run clean && vitest run --workspace=vitest.workspace.ts --coverage",
"test": "vitest run --coverage",
"test:integration": "vitest run --coverage -c vitest.config.integration.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",