PR-073904: updating packages.

This commit is contained in:
2024-08-29 03:23:28 +00:00
parent 446d61cc16
commit d2cddedebd
5 changed files with 2731 additions and 2544 deletions

View File

@ -6,7 +6,7 @@ export const deFaultValues = {
ENV: 'production',
PLAYGROUND_GRAPHQL: 'false',
WHITELIST_URLS: 'http://localhost',
PORT: 4000,
PORT: '4000',
};
export const config = {