upload file size limit increased in server.ts
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m16s

This commit is contained in:
2025-11-23 00:36:55 -08:00
parent f0913cad17
commit 2f0a114265
3 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"build": "vite build",
"preview": "vite preview",
"clean": "rimraf coverage .coverage",
"test:coverage": "npm run clean && vitest run --workspace=vitest.workspace.ts --coverage",
"test:coverage": "npm run clean && vitest run --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",