eleventy-dev-server
eleventy-dev-server copied to clipboard
A minimal generic web-development web server.
### Steps to Reproduce The following project structure (with NPM workspaces): - π **root** - π **11ty-package** - π **view** - π **index.html** // Some stuff to render, serve, and...
Removes 11 dependencies, includes better types Passes all tests Related https://github.com/11ty/eleventy/pull/3445
We want to use the eleventy dev server behind a reverse proxy, utilising Nginx. However, the websocket connection, to get notified of changes, always connects to `ws://localhost` and does not...
Weβre using paged.js to make PDF from the web. The way paged.js work is a bit different from the normal web, as it pull all the stylesheet into a couple...