1.0.0 Licence

This commit is contained in:
2026-06-30 08:01:02 +02:00
parent 41887e5465
commit e754f1f7c3
35 changed files with 2046 additions and 5 deletions
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
const path = require('path');
const rootDir = path.resolve(__dirname, '..');
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
require('dotenv').config();
const http = require('http');