mirror of
https://github.com/withastro/astro.git
synced 2025-12-05 18:56:38 -06:00
[ci] format
This commit is contained in:
committed by
astrobot-houston
parent
7cef86f9e3
commit
b1ec32abe6
@@ -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,
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user