serve
serve copied to clipboard
Static file serving and directory listing
Updates pinned dependency `ajv` to latest. #### [Release Notes 8.12.0](https://github.com/ajv-validator/ajv/releases/tag/v8.12.0): > - fix JTD serialisation (remove leading comma in objects with only optional properties) (https://github.com/ajv-validator/ajv/pull/2190, @piliugin-anton) > - empty JTD...
hi everyone, Im new here and new to using the epg pulling, ive managed to setup and run all the guides i want as i want them with cronjobs etc...
### Description Running `serve` under [Node.js](https://nodejs.org/en) `21.x` version causes the following deprecation notice to be displayed: > (node:24848) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative...
### Description It'd be nice if there was a `--open` flag that just ran [open-cli](https://github.com/sindresorhus/open-cli) with the server URL, so folks don't need to either copy-paste URL strings, or set...
`require.resolve("serve")` throws `Cannot find module 'serve'`. ### Fix Add both `main` and `exports` entries to `package.json` to make this package discoverable by node module resolution algorithm.
### Description When running `serve --no-port-switching` with something already on port `3000`, `serve` simply picks another port, ignoring the `--no-port-switching` flag aimed at forcing the use of a port (#365)...
### Description I basically have 3 "apps", each are "static" bundles with their own relative assets. ``` my-app/ ├── app2/ │ ├── app2.js │ └── index.html ├── app3/ │ ├──...
### Description   In the attachment is shown it has two switches, the hyper-v default switch and a custom wsl switch, in the current use case it's the vEthernet...
Resolves #761
### Description I'm using the API version of serve in TypeScript, and it complains about not having type info. I notice that you've updated the code to use TypeScript, and...