mirror of
https://github.com/jbranchaud/til
synced 2026-09-02 09:41:47 +00:00
Link to external source in most recent TIL
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
# Restart Specific Overmind Process
|
# Restart Specific Overmind Process
|
||||||
|
|
||||||
I have been in the bad habit of fully killing and re-running the entire
|
I have been in the bad habit of fully killing and re-running the entire
|
||||||
`overmind` process for a project whenever I have a new JavaScript file that I
|
[`overmind`](https://github.com/DarthSim/overmind) process for a project
|
||||||
need `vite` to pick up and bundle. `vite` is only one of three processes, so I'm
|
whenever I have a new JavaScript file that I need `vite` to pick up and bundle.
|
||||||
restarting two processes unnecessarily.
|
`vite` is only one of three processes, so I'm restarting two processes
|
||||||
|
unnecessarily.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
❯ overmind status
|
❯ overmind status
|
||||||
|
|||||||
Reference in New Issue
Block a user