load resources from starter kit and introduce srcDir configuration

This commit is contained in:
Harminder Virk
2024-05-21 15:02:53 +05:30
committed by GitHub
parent 73c917fdce
commit 3dbb256ddf
35 changed files with 177 additions and 123 deletions

View File

@@ -54,7 +54,7 @@ export const POST = async (
],
}
const { result } = await workflow.run({ input })
await workflow.run({ input })
const user = await refetchUser(
req.params.id,