jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.2k stars 505 forks source link

Customize port number in development mode? #1084

Closed bk973 closed 2 years ago

bk973 commented 2 years ago

I don't know if this feature is available yet. I read through the DOCs but I couldn't find any guides on how to change the port number of the development server.

agilgur5 commented 2 years ago

Sounds like a possible duplicate of #780 -- TSDX has no server component and therefore no port.

If you're talking about the example that's provided in the templates, that uses Parcel, not TSDX, so you can find that in Parcel's docs.

It's hard to tell what the intent of this issue was though, since the entire issue template was removed and no context was given.