serve
serve copied to clipboard
Static file serving and directory listing
Hi, i have install Serve but i wont to deinstall it. I searched in help an other Section, but i found no where Informations. can you please say me witch...
Hi there, I have been having some issues using `serve` correctly. What I know is: 1. In my local the environment variables are recognized after doing the build and running...
### Description The description for `--single` is: `Rewrite all not-found requests to index.html`. However, if `page.html` exists, `/page.html` redirects to `/page` which is then served with `index.html`. Here is a...
Hi, I want to run my application locally so I used the same json settings in the serve.json file as in the vercel.json file. On Vercel my application with the...
### Description I am not sure if this is a real/meant use case for serve, but I was playing a bit with it and thought about going to the root...
Since vue-router is working in development mode, I think I had mistakenly log issue on vue-router github. Because I lately found out that I'm running it on ```serve``` (after ```npm...
I've been using version 6.5.8 and I was able to serve URLs with query string, example: http://localhost:5000/code.html?26482 The query string `"?26482"` is missing a parameter name, and that's intentional because...
`serve@^11` currently errors out when setting `symlinks: true`: ``` root@c3ee02fdad56:/app# serve --version 11.0.0 root@c3ee02fdad56:/app# serve -p 8000 -c ./serve.json INFO: Discovered configuration in `./serve.json` ERROR: The configuration you provided is...
I was using `serve` to serve a React static page without any backend services, when I run `serve -s build` in my computer and visited the site by localhost:3000, it...
In my package json, if I set the `homepage` like this: ``` homepage: "/path" ``` Is there any way to run `serve` such that I can run the app from...