vidstack / examples

Examples on how to use Vidstack with your favourite JS and CSS libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--host option isn't supported

sedubois opened this issue · comments

This is what's shown on pnpm start:

  VITE v4.5.0  ready in 94 ms

  ➜  Local:   http://localhost:5173/
  ➜  Network: use --host to expose
  ➜  press h to show help

One is led to believe that restarting with pnpm start --host would work but it doesn't. Actually one needs (thanks Rahim) to run pnpm -F wc-tailwind-css dev --host (to be adapted for the desired example to be run).

Thanks for the report. I've gone ahead and exposed the network on all examples to help with testing.