Patch Changes
-
#2542
87c5687
Thanks @tim-smart! - allow fs.watch backend to be customizedIf you want to use the @parcel/watcher backend, you now need to provide it to
your effects.import { Layer } from "effect"; import { FileSystem } from "@effect/platform"; import { NodeFileSystem } from "@effect/platform-node"; import * as ParcelWatcher from "@effect/platform-node/NodeFileSystem/ParcelWatcher"; // create a Layer that uses the ParcelWatcher backend NodeFileSystem.layer.pipe(Layer.provide(ParcelWatcher.layer));
-
Updated dependencies [
3da0cfa
,570e8d8
,87c5687
,8edacca
]:- effect@3.0.1
- @effect/platform@0.49.1