update RENDERER_OUTPUT_DIR

This commit is contained in:
Abhinav 2023-05-11 12:50:08 +05:30
parent 45ed816fa5
commit efcfa7d9f0

View file

@ -1,5 +1,5 @@
const PROD_HOST_URL: string = 'ente://app'; const PROD_HOST_URL: string = 'ente://app';
const RENDERER_OUTPUT_DIR: string = './ui/out'; const RENDERER_OUTPUT_DIR: string = './ui/app/photos/out';
const LOG_FILENAME = 'ente.log'; const LOG_FILENAME = 'ente.log';
const MAX_LOG_SIZE = 50 * 1024 * 1024; // 50MB const MAX_LOG_SIZE = 50 * 1024 * 1024; // 50MB