evidence
evidence copied to clipboard
"Serve" command
Feature Description
I know I can run a live preview with the dev command and I can build the project with build, but is there a serve command I can use to just host the build artifacts?
Goal of Feature
In cases where we just want to pre-build all pages and then render them in a non-live capacity, this would give an alternative to dev which I believe is compiling on-demand.
Current Solution
Simply run dev and wait for pages to load the first time, or run build and find another custom path to host those files.
Alternative Ideas
n/a
Examples/Screenshots
n/a
Are you interested in contributing this feature?
Sure. 😄