mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Add license info to typedoc.config.js
This commit is contained in:
parent
a988a431c5
commit
637316a5fb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user