[ci] format
This commit is contained in:
parent
f21357b69d
commit
d780508a42
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
import type { AstroAdapter, AstroConfig, AstroIntegration, RouteData } from 'astro';
|
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 type { Args } from './netlify-functions.js';
|
||||||
import { createRedirects } from './shared.js';
|
import { createRedirects } from './shared.js';
|
||||||
import { fileURLToPath } from 'node:url';
|
|
||||||
import { extname } from 'node:path';
|
|
||||||
|
|
||||||
export function getAdapter(args: Args = {}): AstroAdapter {
|
export function getAdapter(args: Args = {}): AstroAdapter {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Reference in a new issue