This commit is contained in:
parent
e62ecce538
commit
cda33560ae
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import GulpClient, { TaskFunction } from "gulp";
|
|||
import path from "upath";
|
||||
import { Context } from "./gulp/Context.js";
|
||||
|
||||
const { dest, parallel, series, src, task, watch } = GulpClient;
|
||||
const { dest, parallel, series, src, watch } = GulpClient;
|
||||
const { join } = path;
|
||||
|
||||
const context = new Context();
|
||||
|
|
Loading…
Reference in a new issue