This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.5: Static bundling, WebSocket subscriptions
- 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
- Loading branch information