mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
fix(docs): use named import for globby v13 (#6639)
This commit is contained in:
@@ -41,7 +41,7 @@ function getHeadings(content) {
|
||||
}
|
||||
|
||||
async function main() {
|
||||
const globby = (await import('globby')).default;
|
||||
const { globby } = await import('globby');
|
||||
|
||||
const sections = [
|
||||
{ name: 'Getting Started', pattern: 'getting-started/*.{md,mdx}' },
|
||||
|
||||
Reference in New Issue
Block a user