Interface FileSystemWatcherServiceProcessOptions

Options to control the way the ParcelFileSystemWatcherService process is spawned.

interface FileSystemWatcherServiceProcessOptions {
    entryPoint: string;
}

Properties

Properties

entryPoint: string

Path to the script that will run the ParcelFileSystemWatcherService in a new process.