mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
[ci] format
This commit is contained in:
parent
3988bbcc9e
commit
0f5b054281
1 changed files with 1 additions and 1 deletions
|
@ -8,9 +8,9 @@ import { markdownConfigDefaults } from '@astrojs/markdown-remark';
|
||||||
import { bundledThemes, type BuiltinTheme } from 'shikiji';
|
import { bundledThemes, type BuiltinTheme } from 'shikiji';
|
||||||
import type { AstroUserConfig, ViteUserConfig } from '../../@types/astro.js';
|
import type { AstroUserConfig, ViteUserConfig } from '../../@types/astro.js';
|
||||||
|
|
||||||
|
import fs from 'node:fs';
|
||||||
import type { OutgoingHttpHeaders } from 'node:http';
|
import type { OutgoingHttpHeaders } from 'node:http';
|
||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
import fs from 'node:fs';
|
|
||||||
import { fileURLToPath, pathToFileURL } from 'node:url';
|
import { fileURLToPath, pathToFileURL } from 'node:url';
|
||||||
import { z } from 'zod';
|
import { z } from 'zod';
|
||||||
import { appendForwardSlash, prependForwardSlash, removeTrailingForwardSlash } from '../path.js';
|
import { appendForwardSlash, prependForwardSlash, removeTrailingForwardSlash } from '../path.js';
|
||||||
|
|
Loading…
Add table
Reference in a new issue