Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

3.5.0

Compare
Choose a tag to compare
@leebenson leebenson released this 11 Oct 22:12
· 62 commits to master since this release
  • Adds WebSocket support to real-time subscription queries
  • Adds .env file for managing environment variables
  • Adds GRAPHQL variable to .env, to specify GraphQL server/endpoint
  • Adds WS_SUBSCRIPTIONS variable to .env, to enable/disable WebSockets
  • Adds npm run static mode, for building a client-only static bundle
  • Adds src/views/index.html template for static bundling
  • Refactors src/runner/app.ts to allow static compilation