export interface Config {
    serverFunctionsDir: string;
    outputDir: string;
    apiPrefix: string;
}
