UNPKG

254 BJSONView Raw
1[
2 {
3 "type": "server",
4 "route": "/simple",
5 "server": "/path/to/your/project/examples/simple/app"
6 },
7 {
8 "type": "static",
9 "route": "/",
10 "directory": "/path/to/your/project/examples/static"
11 }
12]