PersistentAI API Documentation / @persistentai/fireflow-vfs / server / getConfig
Function: getConfig()
getConfig():
VFSConfig
Defined in: packages/fireflow-vfs/src/config.ts:80
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.