mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-19 12:28:29 -06:00
PR-073904: updating packages.
This commit is contained in:
@ -6,7 +6,7 @@ export const deFaultValues = {
|
||||
ENV: 'production',
|
||||
PLAYGROUND_GRAPHQL: 'false',
|
||||
WHITELIST_URLS: 'http://localhost',
|
||||
PORT: 4000,
|
||||
PORT: '4000',
|
||||
};
|
||||
|
||||
export const config = {
|
||||
|
Reference in New Issue
Block a user