astro-ghostcms/.pnpm-store/v3/files/a9/6d863ca2014cb6e753696b74247...

5 lines
381 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import { ServiceEnvironment, ServicePlugin } from '@volar/language-service';
import type { ServerContext, ServerOptions } from '../server';
import type { ServerProject } from '../types';
export declare function createSimpleServerProject(context: ServerContext, serviceEnv: ServiceEnvironment, serverOptions: ServerOptions, servicePlugins: ServicePlugin[]): Promise<ServerProject>;