[ci] format

This commit is contained in:
ematipico 2023-07-13 08:24:04 +00:00 committed by astrobot-houston
parent f21357b69d
commit d780508a42

View file

@ -1,8 +1,8 @@
import type { AstroAdapter, AstroConfig, AstroIntegration, RouteData } from 'astro';
import { extname } from 'node:path';
import { fileURLToPath } from 'node:url';
import type { Args } from './netlify-functions.js';
import { createRedirects } from './shared.js';
import { fileURLToPath } from 'node:url';
import { extname } from 'node:path';
export function getAdapter(args: Args = {}): AstroAdapter {
return {