chore(cli): polyfill fetch in the server

This commit is contained in:
blam
2020-07-23 10:43:39 +02:00
parent dd9cc6a666
commit ffa1b38a73
@@ -14,4 +14,5 @@
* limitations under the License.
*/
require('whatwg-fetch');
export * from './service/router';