Skip to content

Commit 7d75dbe

Browse files
committed
fixup!
1 parent 4803306 commit 7d75dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generators/web/utils/bundle.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { lazy } from '../../../utils/misc.mjs';
1111
// Resolve node_modules relative to this package (doc-kit), not cwd.
1212
// We do this by finding where one of our dependencies (preact) is stored,
1313
// and using it's NODE_MODULES
14-
//
14+
//
1515
// FIXME(@avivkeller): When our CI (in Node.js Core) supports v22.x,
1616
// this lazy-loading solution can be replaced by a simple import. For that
1717
// matter, glob can also be replaced in other files throughout this repo.

0 commit comments

Comments
 (0)