Optional
buildOptional
cwdCurrent working directory
Optional
deepIf true, it will make sure ignore statements do not contain node_modules so the watcher can watch the entire dependency tree.
If false deeper node_modules will be ignored.
Optional
devWhat package.json script should be started once buildDependenciesScript
is first finished. By default it's dev_
with an underscore at the
end as this turbowatch call should be named dev
Optional
logLog out changed files on every change. Useful for debugging if you notice builds are getting triggered over and over again.
Optional
onCalled the first time buildDependenciesScript finished You can use this to start your app if the way devScript doesn't suffice. If this is defined, devScript will not be used!
It can be async but it won't be awaited!
Optional
packageWhich package manager to invoke when running buildDependenciesScript
Optional
useIf the default ignored files like
Does not suffice, you can enable this and then it will read all the .gitignore files up your project root and include those too in the do not watch list. This could potentially ignore more than you actually want though!
The command used to build the dependencies of this package.