16 lines
320 B
JSON
16 lines
320 B
JSON
|
{
|
||
|
"listen": "localhost",
|
||
|
"port": 3000,
|
||
|
"files": [
|
||
|
"./index.html",
|
||
|
"./*.{css,js,ogg}",
|
||
|
"./images/*.png",
|
||
|
"./toons/*.png",
|
||
|
"./font/*.{eot,svg,ttf,woff}"
|
||
|
],
|
||
|
"startPath": "index.html",
|
||
|
"server": {
|
||
|
"baseDir": "./",
|
||
|
"index": "/index.html"
|
||
|
}
|
||
|
}
|