Fixes the issue where sometimes node stays running and continues hogging the port so new instances cant run.
yarn dev now first kills any running node servers before starting up.
idk if this works on windows environments. But 100% should work on mac. @laurarodgers let me know how things go for you.
Fixes the issue where sometimes node stays running and continues hogging the port so new instances cant run.
yarn dev
now first kills any running node servers before starting up.idk if this works on windows environments. But 100% should work on mac. @laurarodgers let me know how things go for you.