serve
serve copied to clipboard
🍛 Ultralight http server with live reload. [CLI + API]
In ubuntu `ip.family` is returned as a number.
Added the configured options to create https server
In response to [this issue](https://github.com/nativew/serve/issues/9). I made a little correction to be compliant with nodeJS v18
Hello with nodeJs v 18, !i have this issue when I launch `serve.start`: `node_modules/create-serve/src/utils/getIp.js:6 .find(ip => ip.family == 'IPv4' && !ip.internal).address`
Closes #3.
Hi there! This is a great and tiny project. I began using this in conjunction with esbuild for a couple projects. I was surprised to learn that Single-Page App support...
Hi! Thanks for the repo. Would be nice to have a option to change the HOST value. For example, if you serving through docker container. PR #6
Hi, I'm serving some static files with serve. Notably this one `http://172.16.1.169:7000/app.css`. I use a timestamp in the query string for cache invalidation, for example `http://172.16.1.169:7000/app.css?v=12345`. However as soon as...