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 48ccb3a commit 9e0bfd6Copy full SHA for 9e0bfd6
scripts/aliases.js
@@ -10,6 +10,7 @@ const resolveEntryForPkg = (/** @type {string} */ p) =>
10
`../../packages/${p}/src/index.ts`,
11
)
12
13
+
14
const dirs = readdirSync(new URL('../packages', import.meta.url))
15
16
/** @type {Record<string, string>} */
0 commit comments