From 6079707bde568e2f5a82852e20dd72b9935553e7 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 30 Apr 2025 11:32:00 +0800 Subject: [PATCH] refactor: update LICENSE --- LICENSE | 4 ++-- rolldown.config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index f783510d..b5a7c2b0 100644 --- a/LICENSE +++ b/LICENSE @@ -209,7 +209,7 @@ Repository: alexeyraspopov/picocolors License: MIT By: Nate Moore -Repository: https://github.com/natemoo-re/clack +Repository: git+https://github.com/bombshell-dev/clack.git > MIT License > @@ -226,7 +226,7 @@ Repository: https://github.com/natemoo-re/clack License: MIT By: Nate Moore -Repository: https://github.com/natemoo-re/clack +Repository: git+https://github.com/bombshell-dev/clack.git > MIT License > diff --git a/rolldown.config.ts b/rolldown.config.ts index 23a57c25..ed1c51cb 100644 --- a/rolldown.config.ts +++ b/rolldown.config.ts @@ -207,7 +207,7 @@ export default defineConfig({ filter: { id: /@vue.create-eslint-config.renderEjsFile\.js$/, }, - handler(code, id) { + handler(_code, id) { const pkgDir = path.dirname(id) const templatesDir = path.resolve(pkgDir, './templates')