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
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m16s
This commit is contained in:
@@ -25,8 +25,9 @@ export default defineConfig({
|
||||
|
||||
// Vitest-specific configuration for the 'unit' test project.
|
||||
test: {
|
||||
// DEBUGGING LOG
|
||||
onConsoleLog(log) { if (log.includes('[DEBUG]')) return false; },
|
||||
// DEBUGGING LOG: return 'true' to allow the log, 'false' to suppress it.
|
||||
// We want to SEE debug logs.
|
||||
onConsoleLog(log) { if (log.includes('[DEBUG]')) return true; },
|
||||
// The name for this project is defined by the filename in the workspace config.
|
||||
name: 'unit',
|
||||
environment: 'jsdom',
|
||||
|
||||
Reference in New Issue
Block a user