ntl dev
won't start without index.html
#4943
Labels
type: bug
code to address defects in shipped code
ntl dev
won't start without index.html
#4943
Describe the bug
Similar to #4845, Netlify CLI won't start on port 8888, gets stuck waiting for framework.
Through testing, this is due to the lack of an
index
file. Ifpage.md
(see demo repository) is renamed toindex.md
thenntl dev
starts on port8888
.The only option (that I have found if not wanting a root
index.html
) is to configurentl dev
with a custom framework (seenetlify.toml
in demo repository or below) in which case it will start without the presence ofindex.html
.Steps to reproduce
Configure a basic Eleventy project (or clone https://github.com/jasiqli/11ty-test)
Run
ntl dev
*(orntl dev -o
)Configuration
Environment
The text was updated successfully, but these errors were encountered: