Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript
MIT License
2.43k stars 357 forks source link

chore: set off daemon for entire app #731

Open PatrykKuniczak opened 2 months ago

PatrykKuniczak commented 2 months ago

* Please fill in the required items.

Priority*

Purpose of the PR*

I've wanted to resolve issue with deleting .turbo and this resolve it and also improve performance, because of: https://github.com/vercel/turborepo/issues/8122 On some machines

Changes*

I've added "daemon": true to turbo.json and remove daemon stop from clean scripts

How to check the feature

run e.g. pnpm dev, then stop script and try to run pnpm clean:turbo and check it works without any permission error