Represents options for configuring a Distributed File System (DFS).
This type includes properties for worker behavior.
optional
PreventWorkers: boolean
Whether to prevent the use of workers in the DFS.
This library contains the core types for Fathym's Everything as Code (EaC) framework.
Represents options for configuring a Distributed File System (DFS).
This type includes properties for worker behavior.
PreventWorkers: boolean
Whether to prevent the use of workers in the DFS.
Add Package
deno add jsr:@fathym/eac
Import symbol
import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";
Import directly with a jsr specifier
import { type DistributedFileSystemOptions } from "jsr:@fathym/eac/dfs";
Add Package
pnpm i jsr:@fathym/eac
pnpm dlx jsr add @fathym/eac
Import symbol
import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";
Add Package
yarn add jsr:@fathym/eac
yarn dlx jsr add @fathym/eac
Import symbol
import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";
Add Package
vlt install jsr:@fathym/eac
Import symbol
import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";
Add Package
npx jsr add @fathym/eac
Import symbol
import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";
Add Package
bunx jsr add @fathym/eac
Import symbol
import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";