mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
[ci] format
This commit is contained in:
parent
9bbfad3fc2
commit
ea94316efd
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ import {
|
|||
} from '../core/path.js';
|
||||
import { isServerLikeOutput } from '../core/util.js';
|
||||
import { VALID_INPUT_FORMATS, VIRTUAL_MODULE_ID, VIRTUAL_SERVICE_ID } from './consts.js';
|
||||
import { emitESMImage } from './utils/node/emitAsset.js';
|
||||
import { getAssetsPrefix } from './utils/getAssetsPrefix.js';
|
||||
import { isESMImportedImage } from './utils/imageKind.js';
|
||||
import { emitESMImage } from './utils/node/emitAsset.js';
|
||||
import { getProxyCode } from './utils/proxy.js';
|
||||
import { hashTransform, propsToFilename } from './utils/transformToPath.js';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue