You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run npx reveal-md /slides --static /static --static-dirs=assets when my current directory is /app, I get the following error:
[Error: ENOENT: no such file or directory, lstat '/app/assets'] {
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '/app/assets'
}
This even happens when I do --static-dirs=/slides/assets; the error complains that /app/slides/assets does not exist.
The text was updated successfully, but these errors were encountered:
kylrth
changed the title
--static-dirs is computed relative to working directory instead of slides source root
--static-dirs is resolved relative to working directory instead of slides source root
Oct 29, 2024
If I run
npx reveal-md /slides --static /static --static-dirs=assets
when my current directory is/app
, I get the following error:This even happens when I do
--static-dirs=/slides/assets
; the error complains that/app/slides/assets
does not exist.The text was updated successfully, but these errors were encountered: