|
|
let relpath = path.relative(path.resolve(__dirname, 'dist'), file);
|
|
let relpath = path.relative(path.resolve(__dirname, 'dist'), file);
|
|
|
const result = await client.put(path.normalize(basePath + relpath), file);
|
|
const result = await client.put(path.normalize(basePath + relpath), file);
|