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

This commit is contained in:
2025-11-23 00:46:07 -08:00
parent 2f0a114265
commit 51c227af78
2 changed files with 2 additions and 2 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 -c vite.config.ts --coverage && vitest run -c vitest.config.integration.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",