sanyuan0704 / island.js

📝 Vite & MDX powered static site generator. Base on islands architecture

Home Page:https://islandjs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running `island dev docs` startes the official docs site instead of my project

toteto opened this issue · comments

Describe the bug

When i run island dev docs (even changing the docs folder name) runs the official docs (under localhost) instead of my project. island build + preview is OK.

Reproduction

  1. Create new app with pnpm create @islandjs/island island-site
  2. pnpm install
  3. pnpm dev
  4. ______________________👇
    image

Expected behavior

_________________👇 (with build + preview)
image

System Info

Not relevant

Additional context

  • Since the create script creates this with 0.7.6 version, initially was testing with this version and got this behavior. Updating to 0.7.31 didn't help

Validations

  • Read the docs
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.

OK, my bad, some server issue. By mistake, I had already run official docs on port 5173 and when I started my project docs it didn't warn me that 5173 was taken. When trying to access then this port, the official docs were showing.