aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/bs-config.json
blob: 0041c6d8cb354d2f6075556492f56b0900edb7fd (plain)
1
2
3
4
5
6
7
8
9
{
  "port": 8000,
  "files": [
    "dist/**/*.{html,htm,css,js}"
  ],
  "server": {
    "baseDir": "dist"
  }
}