This commit is contained in:
Benjamin Toby
2025-01-16 07:12:45 +01:00
parent 222d1a4372
commit 219db3d88e
25 changed files with 631 additions and 21 deletions
+3 -7
View File
@@ -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];