UNPKG

@front-utils/mock-json-api

Version:

Bun mock server with Elysia and Lowdb

12 lines 207 B
export { startApp, createServer, type ServerApp, } from '#app'; export { type CreateDatabaseConfig, type MockDb, } from '#libs/database'; export { type DiContainer, } from '#libs/di';