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
I'm using livereload with WSL2. In order for it to work, I need to expose the server port to Windows, and then listen to Windows' LAN IP instead of WSL2. A bit hacky, but works:
My problem is, I don't want to commit these lines. These settings are only intended for development and only for me as an individual developer (i.e these lines would be irrelevant for a different developer).
I was wondering if there's a way I could create a file like capacitor.dev.config.ts:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using livereload with WSL2. In order for it to work, I need to expose the server port to Windows, and then listen to Windows' LAN IP instead of WSL2. A bit hacky, but works:
My problem is, I don't want to commit these lines. These settings are only intended for development and only for me as an individual developer (i.e these lines would be irrelevant for a different developer).
I was wondering if there's a way I could create a file like
capacitor.dev.config.ts
:or maybe variable names?
or maybe through a cli?
Beta Was this translation helpful? Give feedback.
All reactions