johnpapa / johnpapa/lite-server
How to get Directory Listing working?
Open
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
BrowserSync options says that setting server directory to true should allow file listing when hitting a directory but it doesn't seem to work. Any reason why its not working?
{
"port" : 8080,
"server" : { "baseDir": "./", "directory":true }
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.