fix license header

This commit is contained in:
anatawa12 2026-06-05 09:34:47 +09:00
commit f3ed67d07e
No known key found for this signature in database
GPG key ID: BD2F16922830A7DC

View file

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import path from 'node:path';
import { parseAst } from 'rolldown/parseAst';
import type { Logger } from '../logger.js';