Skip to content

Fix Marp dev server path#2

Merged
stiffneckjim merged 1 commit into
mainfrom
fix/marp-dev-server-dir
May 25, 2026
Merged

Fix Marp dev server path#2
stiffneckjim merged 1 commit into
mainfrom
fix/marp-dev-server-dir

Conversation

@stiffneckjim
Copy link
Copy Markdown
Contributor

Summary

  • fix pnpm dev by using Marp server mode with a directory target
  • update the script from marp slides.md --server to marp --server .

Why

Marp --server expects a directory path. Passing slides.md causes:

".../slides.md" is not directory.

Validation

  • Ran pnpm dev
  • Confirmed server starts at http://localhost:8080/ without the previous error

Copilot AI review requested due to automatic review settings May 25, 2026 21:52
@stiffneckjim stiffneckjim merged commit 96b93b4 into main May 25, 2026
1 check failed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the local development workflow by updating the Marp CLI invocation so pnpm dev runs Marp in server mode with a directory target (as required by Marp), eliminating the "is not directory" error.

Changes:

  • Update pnpm dev to run marp --server . instead of passing slides.md as the server target.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@stiffneckjim stiffneckjim deleted the fix/marp-dev-server-dir branch May 25, 2026 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants