[ci] format

This commit is contained in:
Drew Powers
2025-11-20 21:12:11 +00:00
committed by astrobot-houston
parent 9a284cd1de
commit e0274f323a

View File

@@ -9,7 +9,9 @@ import {
NODE_PATH,
} from '../index.js';
const NODE_BUILTINS_FILTER = new RegExp(builtinModules.map((mod) => `(^${mod}$|^node:${mod}$)`).join('|'));
const NODE_BUILTINS_FILTER = new RegExp(
builtinModules.map((mod) => `(^${mod}$|^node:${mod}$)`).join('|'),
);
/**
* It generates the Vercel Edge Middleware file.