UNPKG

create-serve

Version:

🍛 Ultralight http server with live reload. [CLI + API]

5 lines (4 loc) 117 B
export const showError = (response, error) => { response.writeHead(500); response.end(`Error ${error.code}\n`); };