Open
Description
Environment Versions
- Windows 11
- Node version: v18.16.1
- http-server version: v14.1.1
Steps to reproduce
I have a project with a dist folder. When i open a terminal in that folder and run http-server, it use the project root folder instead of the folder where i opened the terminal.
Expected result
http-server root path should use the path of the folder i opened the terminal
Actual result
Http-server root path is using the project root path.