Dylan Piercey
Dylan Piercey
Currently this module doesn't set `process.domain`, to be consistent with node it should set this at the beginning of #run and remove it at the end. Also missing `domain.active`.
Fix issue where invalid syntax was causing syntax highlighting to break in some examples.
Currently when you add two files that match the same path, the only way to get rid of the error is to restart the dev server.
| Q Â Â Â Â Â Â Â Â Â Â Â | A | ------------------------ | --- | Fixed Issues? | | Patch: Bug Fix? | | Major: Breaking Change? | | Minor: New Feature? | Yes | Tests...
Updates `cli` docs to use the right `npx` command.
Explore automatically replacing csp nonces with content hashes and an inline meta http-equiv tag (eg https://www.isaacsmith.us/blog/2022/add-csp-to-github-pages) when the static adapter is used. This would allow csp nonce in ssr builds...