Make file size uploads configurable via env vars #497
Annotations
4 errors and 1 warning
build:
src/app.js#L1
Property 'fileSizeLimitMB' does not exist on type '{ fileSyncLimit: number; syncEncryptedFileLimit: number; fileLimit: number; }'.
|
build:
src/app.js#L1
Property 'fileSizeSyncLimitMB' does not exist on type '{ fileSyncLimit: number; syncEncryptedFileLimit: number; fileLimit: number; }'. Did you mean 'fileSyncLimit'?
|
build:
src/app.js#L1
Property 'syncEncryptedFileSizeLimitMB' does not exist on type '{ fileSyncLimit: number; syncEncryptedFileLimit: number; fileLimit: number; }'. Did you mean 'syncEncryptedFileLimit'?
|
build
Process completed with exit code 2.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|