mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
c5a7993266
commit
4983acea8c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import fs from 'node:fs';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
import type { Connect, Plugin } from 'vite';
|
||||
import { version } from 'vite';
|
||||
import type { Plugin, Connect } from 'vite';
|
||||
import type { AstroSettings } from '../../@types/astro.js';
|
||||
import { notFoundTemplate, subpathNotUsedTemplate } from '../../template/4xx.js';
|
||||
import { stripBase } from './util.js';
|
||||
|
|
Loading…
Add table
Reference in a new issue