[ci] format

This commit is contained in:
Alexander Niebuhr
2025-06-19 06:10:58 +00:00
committed by astrobot-houston
parent 7cef86f9e3
commit b1ec32abe6
3 changed files with 4 additions and 6 deletions

View File

@@ -8,9 +8,9 @@ import type { PluginOption } from 'vite';
import { createReadStream } from 'node:fs';
import { appendFile, stat } from 'node:fs/promises';
import { createRequire } from 'node:module';
import { createInterface } from 'node:readline/promises';
import { fileURLToPath, pathToFileURL } from 'node:url';
import { createRequire } from 'node:module';
import {
appendForwardSlash,
prependForwardSlash,

View File

@@ -1,12 +1,12 @@
// @ts-expect-error - It is safe to expect the error here.
import { env as globalEnv } from 'cloudflare:workers';
import type { App } from 'astro/app';
import type { SSRManifest } from 'astro';
import type {
CacheStorage as CloudflareCacheStorage,
ExecutionContext,
ExportedHandlerFetchHandler,
} from '@cloudflare/workers-types';
import type { SSRManifest } from 'astro';
import type { App } from 'astro/app';
import { setGetEnv } from 'astro/env/setup';
import { createGetEnv } from '../utils/env.js';

View File

@@ -1,8 +1,6 @@
{
"extends": "../../../tsconfig.base.json",
"include": [
"src"
],
"include": ["src"],
"compilerOptions": {
"outDir": "./dist"
}