mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-21 21:38:25 -06:00
updating packages and readme.md
This commit is contained in:
@ -5,7 +5,7 @@ This project aims to have a starter kit for creating a new Node with typescript,
|
||||
Tech(Library or Framework) | Version |
|
||||
--- | --- |
|
||||
Jest (Testing) | 28.1.0
|
||||
Typescript | 4.7.2
|
||||
Typescript | 4.7.3
|
||||
GraphQL | 16.5.0
|
||||
|
||||
## Setup
|
||||
@ -26,6 +26,8 @@ ENVIRONMENT=development
|
||||
WHITELIST_URLS=https://someurl.com
|
||||
#GRAPHIQL Default to "false"
|
||||
GRAPHIQL=true
|
||||
#PLAYGROUND GRAPHQL Default to "false"
|
||||
PLAYGROUND_GRAPHQL=true
|
||||
# PORT EXPOSE APP Default to 4000
|
||||
PORT=4000
|
||||
```
|
||||
|
Reference in New Issue
Block a user