UNPKG

98 BJavaScriptView Raw
1#!/usr/bin/env node
2
3const startExport = require('../lib/server/export').default;
4
5startExport();