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
If the directory has a test.html and index.html and we run,
live-verser --entry-file=test.html
I expect test.html to open but index.html does. Is this by design? Should this not be the other-way around? I. e., the --entry-file=test.html flag should take precedence over the default behaviour?
Software details
OS: MacOS Ventura
Browser (if browser related): Brave
Node.js version: 20.3.1
live-server version: 1.2.2
The text was updated successfully, but these errors were encountered:
Issue description
If the directory has a
test.html
andindex.html
and we run,I expect test.html to open but index.html does. Is this by design? Should this not be the other-way around? I. e., the
--entry-file=test.html
flag should take precedence over the default behaviour?Software details
live-server
version: 1.2.2The text was updated successfully, but these errors were encountered: