gro_plugin_deno_server.ts view source
(options?: GroPluginDenoServerOptions): Plugin<PluginContext<object>> Creates a gro plugin that runs a Deno server during development. The server is started during setup and stopped on teardown.
In dev mode, Vite should proxy API requests to this server.
options
{}returns
Plugin<PluginContext<object>>