v0.2.5
- refactor: update hook types
- refactor: strip renderer stderr color
- refactor: improve config loading
- breaking: rewrite api of APIs:
import type { APIRequest } from "https://deno.land/x/aleph/types.ts" export default function handler(req: APIRequest) { req.status(200).json({ name: 'Carol' }) }