Bug fixes

This commit is contained in:
david 2023-04-12 17:40:50 +10:00
parent b9467d6a57
commit 544344bbb4

View file

@ -1,6 +1,6 @@
import CheapWatch from "cheap-watch";
import { config } from "./config";
import { EventType } from "./eventTypes";
import { config } from "./config.js";
import { EventType } from "./eventTypes.js";
import { mkdir, readdir } from "fs/promises";
import { resolve } from "path";
import type { Signal } from "signal-js";