10 lines
123 B
JSON
10 lines
123 B
JSON
|
|
{
|
||
|
|
"port": 8000,
|
||
|
|
"open": false,
|
||
|
|
"files": [
|
||
|
|
"./**/*.{html,htm,css,js}"
|
||
|
|
],
|
||
|
|
"server": {
|
||
|
|
"baseDir": "./"
|
||
|
|
}
|
||
|
|
}
|