[demo] [s]: remove unused file

This commit is contained in:
Thadeu Cotts 2020-12-01 12:09:47 -03:00
parent 493cdd61b4
commit 96e0659d1a

View File

@ -1,9 +0,0 @@
const copy = require("./helpers/copy");
const install = require("./helpers/install");
const path = require('path');
(async ()=>{
const root = [__dirname, "templates"].join(path.sep);
await copy(root,"Datahub")
await install("Datahub", true);
})().catch(e=> console.log(e));