JSTQL-JS-Transform/output_testing/183deploy.js

6 lines
138 B
JavaScript
Raw Normal View History

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