serve
serve copied to clipboard
Static file serving and directory listing
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
### Description 希望作为后台服务运行,关闭窗口时也能运行。 I want it to run as a background service and run when the window is closed. 目前我使用 pm2 可以实现: Currently I can do this using pm2 `pm2...
### Description Give the option (by default on) to stop exposing hidden subfolders (i.e. folders starting with a dot) ### Why Serving hidden folders is a risk. For example, it...
Single-page applications often rely on client-side routing and should serve `index.html` as a default page for all unknown paths (that is, any path that does not match one of the...
### Description Directory or file name with "#" or "?" does not work properly. For example, I have a directory named `DL#20230623`(or `DL?20230623`), but actually when I try to access...
In production a typical server will be configured in the UTC timezone. But on local the status quo uses the timezone of my dev machine. This causes dates and times...
### Description The auto-redirect broke the site But should be: **I need a flag to turn it off** ### Library version 14.2.0 ### Node version v20.3.0
Hello guys, Looks like there is no way to pass env variables not from the file. I've checked with printenv inside my container - variables are there, but when I...
When I directly click the copy button, the copied content will contain a greater than sign and cannot be used directly. So I think it should be removed. 
### Description like pm2: list service : pm2 ls close service: pm2 delete How to view the service list and how to close the service by serve package? ### Why...