mix.then(async stats => { const deploy = require('laravel-mix-filesystem-deployment'); await deploy({ deployPaths: ['/home/user/mounts/dev/acme'], }); }); ...
確定! 回上一頁