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
Is there a way I can configure Overseer to automatically start a bundle task, or a single task, for a particular workspace? Maybe via .vim file ?
For example, for a specific workspace 1, as soon as I open the project root directory, I'd like Oversee to run npm run dev, possibly based on a config file.
For anoter specific workspace 2, I usually do docker compose up -d and would also like that to be done automatically by Overseer.
Can this be done via .vim or some tasks.json ? Or something else?
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.
-
Is there a way I can configure Overseer to automatically start a bundle task, or a single task, for a particular workspace? Maybe via
.vim
file ?For example, for a specific workspace 1, as soon as I open the project root directory, I'd like
Oversee
to runnpm run dev
, possibly based on a config file.For anoter specific workspace 2, I usually do
docker compose up -d
and would also like that to be done automatically byOverseer
.Can this be done via
.vim
or sometasks.json
? Or something else?Beta Was this translation helpful? Give feedback.
All reactions