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 9f166b9 commit febdd37Copy full SHA for febdd37
packages/signals/signals-runtime/bundle-dts.js
@@ -62,7 +62,7 @@ function filterLines(filePath, cb) {
62
}
63
64
const main = () => {
65
- const outFile = `dist/web.d.ts`
+ const outFile = `dist/web-editor.d.ts`
66
const command = `yarn dts-bundle-generator -o ${outFile} src/web-exports.ts --no-check`
67
execSync(command, { stdio: 'inherit' })
68
const outFileAbs = path.join(__dirname, outFile)
0 commit comments