mirror of
https://github.com/facebook/react.git
synced 2026-02-22 20:01:52 +00:00
10 lines
130 B
JavaScript
10 lines
130 B
JavaScript
#!/usr/bin/env node
|
|
|
|
'use strict';
|
|
|
|
const deploy = require('../deploy');
|
|
|
|
const main = async () => await deploy('edge');
|
|
|
|
main();
|