From e4c43b8b0c3a934a637be0a679710ef64014051b Mon Sep 17 00:00:00 2001 From: Sefinek Date: Wed, 25 Dec 2024 01:46:09 +0100 Subject: [PATCH] Update --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 28ed905..ac29dff 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +// Copyright 2024 © by Sefinek. All rights reserved. + const fs = require('node:fs'); const chokidar = require('chokidar'); const isLocalIP = require('./services/isLocalIP.js');