We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while yarn run dev i got:
yarn run dev
yarn run v1.22.11 $ nodemon --watch src && tslint-check [nodemon] 1.19.3 [nodemon] to restart at any time, enter `rs` [nodemon] watching dir(s): src/**/* [nodemon] watching extensions: ts,json [nodemon] starting `ts-node src/graphql_server.ts` 2021-10-14T02:12:27.813Z debug: Logging initialized at debug level 2021-10-14T02:12:27.815Z info: Using .env file to supply config environment variables 2021-10-14T02:12:28.491Z info: Initializing... 2021-10-14T02:12:28.491Z info: Sentry... 2021-10-14T02:12:28.492Z info: Connecting to the database... 2021-10-14T02:12:28.522Z info: Creating connection for pubsub... 2021-10-14T02:12:28.527Z debug: Connected to PG pubsub 2021-10-14T02:12:28.527Z info: Updating base reserve value...
but nothing in http://localhost:4000
http://localhost:4000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while
yarn run dev
i got:but nothing in
http://localhost:4000
The text was updated successfully, but these errors were encountered: