diff options
Diffstat (limited to 'packages/frontend/src/debug.ts')
| -rw-r--r-- | packages/frontend/src/debug.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/frontend/src/debug.ts b/packages/frontend/src/debug.ts index 5715acf674..6df65bb763 100644 --- a/packages/frontend/src/debug.ts +++ b/packages/frontend/src/debug.ts @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: syuilo and other misskey contributors + * SPDX-License-Identifier: AGPL-3.0-only + */ + import { type ComponentInternalInstance, getCurrentInstance } from 'vue'; export function isDebuggerEnabled(id: number): boolean { |