Archived
1
0

Expose proxy server to plugins

This commit is contained in:
Asher
2021-01-19 16:43:36 -06:00
parent a8e928798b
commit f6b04c7c29
2 changed files with 5 additions and 1 deletions

View File

@ -94,6 +94,8 @@ export { express }
*/
export { field }
export const proxy: ProxyServer
/**
* Your plugin module must have a top level export "plugin" that implements this interface.
*