mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-01-29 03:59:08 +08:00
3 lines
59 B
JavaScript
3 lines
59 B
JavaScript
const fetch = require('node-fetch');
|
|
global.fetch = fetch;
|