0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00

[ci] format

This commit is contained in:
bluwy 2023-11-06 10:01:01 +00:00 committed by astrobot-houston
parent 3988bbcc9e
commit 0f5b054281

View file

@ -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';