extend a server api so that developers can call custom server plugins #470
Labels
alpha.5
CLI
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
Plugins
Greenwood Plugins
v0.10.0
Milestone
Type of Change
Summary
Calling a server during the develop.js command would be handy for people who want to use say a database, graphql, or liverload/hmr during development.
Details
Add a ServerInterface for use with server plugins. The plugin
"type: server"
can be declared in thegreenwood.config.js
and then will be called during the develop.js command and potentially in production as well.Move livereload into a seperate server plugin, for now as an example.
The text was updated successfully, but these errors were encountered: