mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
As title - move all applications and browser extension into a `packages/twenty-apps/hacktoberfest-2025` folder
12 lines
398 B
Text
12 lines
398 B
Text
{
|
|
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/serverlessFunction.schema.json",
|
|
"universalIdentifier": "c5b0e3f7-cbbd-4bd6-b01c-150d52cf2ce9",
|
|
"name": "summarise-and-send",
|
|
"triggers": [
|
|
{
|
|
"universalIdentifier": "36e1c4c7-8664-4d6d-a88f-ac56f1bd0651",
|
|
"type": "cron",
|
|
"schedule": "0 9 * * *"
|
|
}
|
|
]
|
|
}
|