UNPKG

191 BJSONView Raw
1{
2 "server": {
3 "baseDir": "src",
4 "routes": {
5 "/": "playground",
6 "/node_modules/": "node_modules",
7 "/dist/": "dist",
8 "/.playground": ".playground"
9 }
10 }
11}