Skip to content

Incorrect Local File Path in Configuration Examples #3

Description

@JCalles5

Problem

Configuration examples in README.md show incorrect build output path.

Documentation shows:

"args": ["C:\\path\\server-sharepoint\\build\\index.js"]

Actual path after npm run build:

"args": ["C:\\path\\server-sharepoint\\build\\src\\index.js"]

Impact

Users get "file not found" errors when following documentation examples.

Fix

Update README.md examples to use build/src/index.js instead of build/index.js.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions