Fix hello world application (#14880)

Updates of the hello-world application
- remove the old hello-world application
- adds an object "postCard"
- adds a serverlessFunction `create-new-post-card` that calls the twenty
api to create a new postCard record
- add a route trigger /post-card/create?recipient=John
This commit is contained in:
martmull
2025-10-06 10:51:33 +02:00
committed by GitHub
parent 31b73c3580
commit f6240fabd0
18 changed files with 1287 additions and 124 deletions
@@ -66,11 +66,6 @@ export const seedFeatureFlags = async (
workspaceId: workspaceId,
value: false,
},
{
key: FeatureFlagKey.IS_DATABASE_EVENT_TRIGGER_ENABLED,
workspaceId: workspaceId,
value: false,
},
{
key: FeatureFlagKey.IS_CALENDAR_VIEW_ENABLED,
workspaceId: workspaceId,