Micheal Pearce
Micheal Pearce
The vite cli allows specifying the location of the config via the command using `-c` or `--config`. Currently, `vite-ssr` does not allow this without a workaround by using `--configFile` instead....
Currently facing a issue where vite and everything crashes during development is a error occurs during SSR in development. The error is as follows: ``` Error [ERR_STREAM_WRITE_AFTER_END]: write after end...
Using NodeJS's child_process module to control Apache via systemctl and the fs module, we can easily create, remove, and disable virtual hosts.
A method is needed to properly parse Apache host config files using NodeJS.