UNPKG
rc-anywhere
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
一个简单的Koa静态服务器,支持代理配置
github.com/chenxigeng/rc-anywhere
chenxigeng/rc-anywhere
rc-anywhere
/
db.json
19 lines
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"posts"
:
[
{
"id"
:
1
,
"title"
:
"json-server"
,
"author"
:
"typicode"
}
]
,
"comments"
:
[
{
"id"
:
1
,
"body"
:
"some comment"
,
"postId"
:
1
}
]
,
"profile"
:
{
"name"
:
"typicode"
}
}