You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please at the bottom of src/main.ts also export getViteConfig for the async function getViteConfig().
The purpose would be to allow writing better log lines in the callback of the listen. For example to construct and write the exact URL to browse to by also using the base.
This is for someone having several projects, giving them to other people to use, each with a different base. It would help having a little more certainty and hence sanity.
Thank you for this useful module!
The text was updated successfully, but these errors were encountered:
Please at the bottom of
src/main.ts
also exportgetViteConfig
for theasync function getViteConfig()
.The purpose would be to allow writing better log lines in the callback of the
listen
. For example to construct and write the exact URL to browse to by also using the base.This is for someone having several projects, giving them to other people to use, each with a different base. It would help having a little more certainty and hence sanity.
Thank you for this useful module!
The text was updated successfully, but these errors were encountered: