s3 image file validation
This commit is contained in:
11
frontend/src/config/imageLimits.ts
Normal file
11
frontend/src/config/imageLimits.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Image upload limits configuration
|
||||
* Keep in sync with backend/config/imageLimits.js
|
||||
*/
|
||||
export const IMAGE_LIMITS = {
|
||||
items: 10,
|
||||
forum: 10,
|
||||
conditionChecks: 10,
|
||||
profile: 1,
|
||||
messages: 1,
|
||||
} as const;
|
||||
Reference in New Issue
Block a user