budo
budo copied to clipboard
:clapper: a dev server for rapid prototyping
I'm trying to run budo 11.8.4 with `--ssl` but this happens: ```bash ERROR RSA PRIVATE KEY not found from openssl output: ---stdout--- -----BEGIN PRIVATE KEY----- MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCyiAl/M+LYfoGA xJ4llpL4NY1qtijJVKmjOoPQECHOh5cdky1nI0oTmVE0KhhKJJn76FLnksJBFPJu IcKofAFalzKIt6BJFXJp8BS/BdCOst0wRE1I3uf8DaufyDlLOhpI3chrMdND4NW9 BXpY9FXcdWqc+kmsviZly1s40fY9rUnsznbMM3zJAG5aN3883C92vI/uYvp+RS20 DDh8pN0X8HOakronQqnXbz07wqOjnGQWpSHAKVlNcQ69leQfvc/EgZVUvQBaLX65...
As the topic asks, how can I disable errors messages from overwriting everything in DOM? I'm trying to debug a web app and it's extremely frustrating having to reload everything...
This actually caused an error with the `path-browserify` dependency. https://github.com/arj03/ssb-browser-core/issues/48
Anybody can let me know how to run my application live even if i close the command prompt
Updating chokidar to 3.5.2 should resolve this. See [CVE-2020-28469](https://github.com/advisories/GHSA-ww39-953v-wcq6) ``` [email protected] requires glob-parent@^3.1.0 via [email protected] ```
I have linked a dependency of my app using `npm link` in `my-dep` and running `npm link my-dep` in the app. Starting the app with `npm start` works fine, but...
a few things here 1) added sucrase so esm, jsx, and typescript just work with practically no impact on bundling speed. 2) copied watchify-middleware internally so that watchify/chokidar deps match...
It would be great if budo would support multiple entry points like: `budo src/index.js:static/bundle.js src/lib.js:static/lib.js`
It seems the `live-port` option does not propagate into the client script? Is this correct? I'm trying to make a setup with budo as a dev server, but have a...
We're using budo inside a Docker container. Source code is mounted into this container using a bind mount. On Linux, budo picks up changes just fine and recreates the bundle(s)...