serve
serve copied to clipboard
Static file serving and directory listing
when i run serve like: ``` serve -l tcp://localhost:8888 ``` i get this debug output: ``` ┌───────────────────────────────────────────────────┐ │ │ │ Serving! │ │ │ │ - Local: http://127.0.0.1:8888 │ │...
### The problem When having the fairly common combination of: - Hashed JS bundles build - Rolling update deployment (I.E k8s) - CDN caching The following happens:  1. A...
Would be great if I could use the breadcrumb to jump to previous directories... + if I could use as a dropdown to list the files in each directory (some...
sush as: serve dist access use prefix "/app1" http://www.a.com/app1/index.html
As a user and HTML coder, I would love to not write repetitive HTML. To solve this, I'd like to see some handler that enables us to use EJS, Handlebars,...
Hello, I am currently trying to deploy a react application AWS Amplify but whenever I try deploy it, I receive this build error. Am I using the right commands? I...
how can I print access logs?
Using serv to provide static file browsing, any native way we can get the access statistics data, like how many IPs accessing hosted pages?
The standard behavior I'm used to from a static file serving program is that `foo.html` should be served as-is, but requests for `foo/` should serve `foo/index.html` if it exists, rather...
@jeremycolin thanks for your note about common chunks plugin in https://github.com/zeit/next-plugins/pull/29 Some things for avoid make second pass compilation though cssnano. My new dirty hack in `next.config.js`: ``` const isCssFile...