Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-vfs / path / APP_PACKAGE

Variable: APP_PACKAGE

const APP_PACKAGE: object

Defined in: packages/fireflow-vfs/src/path/app-package.ts:49

App package folder structure constants.

Type Declaration

EXTENSION

readonly EXTENSION: ".ffapp" = '.ffapp'

Folder extension that identifies an app package

FILES

readonly FILES: object

Internal file names

FILES.KEEP

readonly KEEP: ".keep" = '.keep'

FILES.MANIFEST

readonly MANIFEST: "manifest.json" = 'manifest.json'

MANIFEST_VERSION

readonly MANIFEST_VERSION: "1.0" = '1.0'

Current manifest schema version

Licensed under BUSL-1.1