bun install @chneau/elysia-compression
import { compression } from "@chneau/elysia-compression";
import { Elysia } from "elysia";
const app = new Elysia().use(compression()).listen(8080);
- Fixed all tests. Compression if working again!
- Fixed potential null pointer exception.
- Working with elysia static, json and errors.
- Working with elysia static, json and errors.
- Tests.
- Working with elysia static.