mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
771d1f7654
commit
6f948903fc
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
import { mkdir, readFile, writeFile } from 'node:fs/promises';
|
||||
import type { Plugin as VitePlugin } from 'vite';
|
||||
import type { AstroIntegration } from '../@types/astro.js';
|
||||
import { viteID, isServerLikeOutput } from '../core/util.js';
|
||||
import { ACTIONS_TYPES_FILE, RESOLVED_VIRTUAL_MODULE_ID, VIRTUAL_MODULE_ID } from './consts.js';
|
||||
import { AstroError } from '../core/errors/errors.js';
|
||||
import { ActionsWithoutServerOutputError } from '../core/errors/errors-data.js';
|
||||
import { AstroError } from '../core/errors/errors.js';
|
||||
import { isServerLikeOutput, viteID } from '../core/util.js';
|
||||
import { ACTIONS_TYPES_FILE, RESOLVED_VIRTUAL_MODULE_ID, VIRTUAL_MODULE_ID } from './consts.js';
|
||||
|
||||
export default function astroActions(): AstroIntegration {
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue