Add license info to typedoc.config.js

This commit is contained in:
Sirz Benjie 2025-09-09 11:54:42 -05:00
parent a988a431c5
commit 637316a5fb
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2025 Pagefault Games
* SPDX-FileContributor: Bertie690
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { globSync } from "node:fs";
const dryRun = !!process.env.DRY_RUN?.match(/true/gi);