serve icon indicating copy to clipboard operation
serve copied to clipboard

Static file serving and directory listing

Results 156 serve issues
Sort by recently updated
recently updated
newest added

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 ![WindowsTerminal_pJvT4H1m9E](https://user-images.githubusercontent.com/76107136/232339037-95a55dee-ba6d-4405-bf7a-0d77836d1d39.png) ![Code_llGEHcQLCJ](https://user-images.githubusercontent.com/76107136/232339366-9615dc49-9841-4b4d-927e-71aea46f21cd.png) 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...

### 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...