You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }
}
The text was updated successfully, but these errors were encountered:
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 }
}
The text was updated successfully, but these errors were encountered: