Watch and Serve when using Programmatic API #2396
Unanswered
gianlucaparadise
asked this question in
Q&A
Replies: 1 comment
-
@gianlucaparadise did you ever figure this one out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋
I'm using the Programmatic API to build my templates and it is working correctly. This means that I do not use
npx @11ty/eleventy --input=src
to build, but I use my custom script. What if I want to watch and serve? Thenpx @11ty/eleventy --input=src --serve
command is using its own build process.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions