We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88c4e2 commit ac3a9baCopy full SHA for ac3a9ba
apps/landing/script.js
@@ -1,6 +1,4 @@
1
-import { readFile, writeFile } from 'node:fs/promises'
2
-
3
-import { glob } from 'glob'
+import { glob, readFile, writeFile } from 'node:fs/promises'
4
5
const files = await glob('src/**/*.mdx')
6
0 commit comments