Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / isVFSEnabled

Function: isVFSEnabled()

isVFSEnabled(): boolean

Defined in: packages/fireflow-vfs/src/config.ts:87

Server-only exports for fireflow-vfs

This module exports server-specific functionality that requires:

  • drizzle-orm (database operations)
  • ioredis (Redis pub/sub)
  • @dbos-inc/dbos-sdk (durable workflows)

DO NOT import this from frontend code. Use the main export or specific subpath exports like './types' or './path' instead.

Returns

boolean

Licensed under BUSL-1.1