react/packages/react-devtools-extensions/edge/deploy.js

10 lines
130 B
JavaScript
Raw Permalink Normal View History

#!/usr/bin/env node
'use strict';
const deploy = require('../deploy');
const main = async () => await deploy('edge');
main();