Skip to content

Commit

Permalink
Update .gulp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 17, 2024
1 parent 7294e47 commit f6853e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gulp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
const cp = require("child_process");
const path = require("path");
import cp from "child_process";
import path from "path";
import url from "url";

const __filename = url.fileURLToPath(new URL(import.meta.url));
const __dirname = path.dirname(__filename);

const argv = process.argv.slice(2);

Expand Down

0 comments on commit f6853e7

Please sign in to comment.