jimpex
    Preparing search index...

    Type Alias JimpexPathOptions

    The options to configure the application executable path.

    type JimpexPathOptions = {
        appPath?: string;
        useParentPath: boolean;
    }
    Index

    Properties

    appPath?: string

    A "hardcoded" path to the application executable file.

    ''
    
    useParentPath: boolean

    If true, it will try to figure out the parent file path, and use its directory as the path.

    true