Merge remote-tracking branch 'origin/feat/exclude' into feat/exclude
# Conflicts: # src/fileWatch.ts
This commit is contained in:
commit
1567a7c650
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env -S node --experimental-specifier-resolution=node
|
#!/usr/bin/env -S node
|
||||||
import { start } from "../src/index.js";
|
import { start } from "../src/index.js";
|
||||||
|
|
||||||
await start();
|
await start();
|
||||||
|
|
|
@ -8,10 +8,10 @@ import {
|
||||||
fileRemovalEventToMsg,
|
fileRemovalEventToMsg,
|
||||||
requestFilenames,
|
requestFilenames,
|
||||||
requestDefinitionFile,
|
requestDefinitionFile,
|
||||||
} from "./networking/messageGenerators";
|
} from "./networking/messageGenerators.js";
|
||||||
import { EventType } from "./eventTypes";
|
import { EventType } from "./eventTypes.js";
|
||||||
import { messageHandler } from "./networking/messageHandler";
|
import { messageHandler } from "./networking/messageHandler.js";
|
||||||
import { FileEvent } from "./interfaces";
|
import { FileEvent } from "./interfaces.js";
|
||||||
|
|
||||||
export async function start() {
|
export async function start() {
|
||||||
loadConfig();
|
loadConfig();
|
||||||
|
|
Loading…
Add table
Reference in a new issue