Parallel dev servers
I need to both run
plasmo dev --verbose
and plasmo dev --verbose --target=firefox-mv3
, but when I run the latter I get
5 Replies
@louis Possibly need to fix with a PR π
hmm interesting
It looks like the cache was not busted entirely?..
Again, I need to run
plasmo dev
and plasmo dev --target=firefox-mv3
in parallelooh
right that'd keep on trying to hit the same cache file...
one solution is to spawn a new random cache for each plasmo dev lol
maybe with a --parallel flag, it should set a random cache dir
Oki
If you're curious, I need to launch multiple dev servers is to test cross browser data synchronization
OK that's amazing
Somehow, after automagically upgrading to
0.85.0
it got resolved without any additional flags