mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
ed5a9f1b75
commit
4c9a42c2da
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import { exec } from 'tinyexec';
|
||||
import { markdownTable } from 'markdown-table';
|
||||
import fs from 'node:fs/promises';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
import { markdownTable } from 'markdown-table';
|
||||
import { exec } from 'tinyexec';
|
||||
import { astroBin } from './_util.js';
|
||||
|
||||
/** @typedef {Record<string, import('../../packages/astro/src/core/config/timer').Stat>} AstroTimerStat */
|
||||
|
|
|
@ -13,6 +13,6 @@ export function createExports(manifest: SSRManifest) {
|
|||
const end = performance.now();
|
||||
res.write(end - start + '');
|
||||
res.end();
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue