Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
Expand All @@ -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
>
Expand Down
2 changes: 1 addition & 1 deletion rolldown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down