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
/
bin
/
start.ts
3 lines
(2 loc)
•
51 B
text/typescript
View Raw
1
2
3
import
{startApp}
from
'../src/index'
;
startApp
();