Update code/core/src/builder-manager/index.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Norbert de Langen 2025-03-27 14:29:16 +01:00 committed by GitHub
parent 171724e471
commit 0bea96d903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,6 @@ const starter: StarterFunction = async function* starterGeneratorFn({
yield;
console.log({ addonsDir, metafile: compilation.metafile });
const coreDirOrigin = join(dirname(require.resolve('storybook/package.json')), 'dist', 'manager');