Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 249 Bytes

@mrapi/service

API service, support GraphQL and OpenAPI.

Usage

yarn add @mrapi/service
import { service } from '@mrapi/service'

const service = new Service()

service.start().catch((err) => service.logger.error(err))