copy worker code from old app

This commit is contained in:
2022-10-27 07:12:09 +02:00
parent c67f10fb03
commit 8da666e141
5 changed files with 128 additions and 5 deletions

3
src/app.config.mjs Normal file
View File

@@ -0,0 +1,3 @@
export const MAX_DATA_SIZE = 1e5;
export const ERROR_MAX_DATA_SIZE = 'Error: Output exceeded maximum size allowed';