Twenty self hosting app (#15987)
App to manage telemetry/billing (twenty for twenty!)
This commit is contained in:
@@ -4,7 +4,7 @@ import { v4 } from 'uuid';
|
||||
export const getServerlessFunctionBaseFile = ({ name }: { name: string }) => {
|
||||
const kebabCaseName = kebabCase(name);
|
||||
|
||||
return `import { ServerlessFunctionConfig } from 'twenty-sdk/application';
|
||||
return `import { type ServerlessFunctionConfig } from 'twenty-sdk/application';
|
||||
|
||||
export const main = async (params: {
|
||||
a: string;
|
||||
|
||||
Reference in New Issue
Block a user