Updates
This commit is contained in:
+3
-7
@@ -1,10 +1,6 @@
|
||||
#! /usr/bin/env node
|
||||
|
||||
// @ts-check
|
||||
|
||||
const { spawn } = require("child_process");
|
||||
const watchFiles = require("./watch/files");
|
||||
const watchFolders = require("./watch/folders");
|
||||
import { spawn } from "child_process";
|
||||
import watchFiles from "./watch/files";
|
||||
import watchFolders from "./watch/folders";
|
||||
|
||||
const confFileProvidedJSON = process.argv[process.argv.length - 1];
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// @ts-check
|
||||
|
||||
import { execSync } from "child_process";
|
||||
import fs from "fs";
|
||||
import delay from "../../utils/delay";
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// @ts-check
|
||||
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import { execSync } from "child_process";
|
||||
|
||||
Reference in New Issue
Block a user