Merge branch 'develop' into feat-12997

This commit is contained in:
かっこかり 2024-08-26 18:13:07 +09:00 committed by GitHub
commit 79812e4ccb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
94 changed files with 1079 additions and 434 deletions

View file

@ -257,6 +257,10 @@ export const packedMetaLiteSchema = {
optional: false, nullable: false,
default: 'local',
},
maxFileSize: {
type: 'number',
optional: false, nullable: false,
},
},
} as const;