const fs = require('fs-extra'); ( async()=>{ const src = './dist'; const dist = './functions/dist'; await fs.remove(dist); await fs.copy(src ...
確定! 回上一頁