mirror of
https://github.com/withastro/astro.git
synced 2025-12-05 18:56:38 -06:00
[ci] format
This commit is contained in:
committed by
astrobot-houston
parent
9a284cd1de
commit
e0274f323a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user