ervu-account-applications/frontend/bs-config.json

10 lines
123 B
JSON
Raw Normal View History

2024-11-20 16:17:13 +03:00
{
"port": 8000,
"open": false,
"files": [
"./**/*.{html,htm,css,js}"
],
"server": {
"baseDir": "./"
}
}