bootable
bootable copied to clipboard
Easy application initialization for Node.js.
Results
2
bootable issues
Sort by
recently updated
recently updated
newest added
Hi, In a transition step from a monolith to something a little more micro, we needed to be able to import multiple folders with bootable initializers. It works by passing...
If you are not in the current working directory of the Node script you're starting (e.g. `app.js`) then the following error occurs: ``` bash error: TypeError: Cannot call method 'listen'...