UNPKG
@front-utils/mock-json-api
Version:
latest (0.1.0)
0.1.0
0.0.1
Bun mock server with Elysia and Lowdb
github.com/front-util/mock-server
front-util/mock-server
@front-utils/mock-json-api
/
src
/
index.ts
12 lines
•
207 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
{ startApp, createServer,
type
ServerApp
, }
from
'#app'
;
export
{
type
CreateDatabaseConfig
,
type
MockDb
, }
from
'#libs/database'
;
export
{
type
DiContainer
, }
from
'#libs/di'
;