bd-chapril/bs-config.json

16 lines
320 B
JSON
Raw Normal View History

2024-12-22 12:04:13 +01:00
{
"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"
}
}