mirror of
https://github.com/sern-handler/website
synced 2026-06-14 11:52:21 +00:00
5 lines
408 B
TypeScript
5 lines
408 B
TypeScript
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, servicePlugins: ServicePlugin[], getLanguagePlugins: ServerOptions['getLanguagePlugins']): Promise<ServerProject>;
|