saus icon indicating copy to clipboard operation
saus copied to clipboard

Allow server module to be defined through `process.stdin`

Open aleclarson opened this issue 4 years ago • 0 comments

This would allow the server to be generated by another tool, like Viteflare, without intermediate files.

The bundle's output path would have to be defined explicitly via the saus bundle ./path/to/bundle.js command, since we won't have a server input path to derive it from.

aleclarson avatar Dec 29 '21 17:12 aleclarson