Skip to content

Commit

Permalink
Update packages/headless/esbuild.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Frederic Beaudoin <[email protected]>
  • Loading branch information
2 people authored and fpbrault committed Feb 20, 2025
1 parent e4de202 commit 3ac817a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/headless/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const __dirname = dirname(new URL(import.meta.url).pathname).slice(
process.platform === 'win32' ? 1 : 0
);
const buenoJsonPath = resolve(__dirname, '../bueno/package.json');
console.log(buenoJsonPath);
const buenoJson = JSON.parse(readFileSync(buenoJsonPath, 'utf-8'));

const require = createRequire(import.meta.url);
Expand Down

0 comments on commit 3ac817a

Please sign in to comment.