Unclear instructions
mkozhukharenko opened this issue · 2 comments
mkozhukharenko commented
I have troubles with graphql-boilerplate:
-
graphql create my-app
select ‘advanced typescript’ -
cd my-app
-
graphcool deploy
->
select ‘local’ and got ERROR:Cannot read property 'getDeployEndpoint' of undefined
deploying to shared-cluster works
Expected behaviour:
It should work or clear error should be printed
yarn deploy
and got ERROR:--dotenv flag is set but .env.prod file is missing
Expected behaviour: there should be an instruciton about .env.prod file
kbrandwijk commented
If you have selected advanced typescript
, you are actually using the boilerplate from the https://github.com/graphql-boilerplates/typescript-graphql-server repo. Could you post this there?
mkozhukharenko commented
closed in favour of graphql-boilerplates/typescript-graphql-server#7