[ci] format
This commit is contained in:
parent
c5bac09a42
commit
1aea58f14a
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ Options
|
||||||
const commandName = args._[0];
|
const commandName = args._[0];
|
||||||
const benchmarks = {
|
const benchmarks = {
|
||||||
memory: () => import('./bench/memory.js'),
|
memory: () => import('./bench/memory.js'),
|
||||||
'render': () => import('./bench/render.js'),
|
render: () => import('./bench/render.js'),
|
||||||
'server-stress': () => import('./bench/server-stress.js'),
|
'server-stress': () => import('./bench/server-stress.js'),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { polyfill } from '@astrojs/webapi';
|
import { polyfill } from '@astrojs/webapi';
|
||||||
import type { IncomingMessage, ServerResponse } from 'http';
|
|
||||||
import type { SSRManifest } from 'astro';
|
import type { SSRManifest } from 'astro';
|
||||||
import { NodeApp } from 'astro/app/node';
|
import { NodeApp } from 'astro/app/node';
|
||||||
|
import type { IncomingMessage, ServerResponse } from 'http';
|
||||||
|
|
||||||
polyfill(globalThis, {
|
polyfill(globalThis, {
|
||||||
exclude: 'window document',
|
exclude: 'window document',
|
||||||
|
|
Loading…
Reference in a new issue