mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-13 09:14:45 +08:00
* console now works on local builds of the server 1. local console assets can be served at /static/ by a build time flag 'local-console'. This can be set with stack as follows: `stack build --flag graphql-engine:local-console` 2. the --root-dir option is removed which was used as a temporary hack for serving graphiql 3. remove server's graphiql source code