PersistentAI API Documentation / @persistent-ai/fireflow-vfs / path / appManifestPath
Function: appManifestPath()
appManifestPath(
appFolder):string
Defined in: packages/fireflow-vfs/src/path/app-package.ts:97
Get manifest.json path within app package.
Parameters
appFolder
string
Path to .ffapp folder
Returns
string
Path to manifest.json
Example
ts
appManifestPath('mini-apps/my-app.ffapp')
// → 'mini-apps/my-app.ffapp/manifest.json'