Hi guys ! I'm following the basic start here tutorial but i'm encounteting a Zoderror when I want to just start the server ...
Could you help me ?
✘ [ERROR] Failed to read config ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"project"
],
"message": "Required"
}
]
at get error [as error]
(file:///Users/uu/Library/Caches/pnpm/dlx/vfj6yiimgyn4hslniysco4urym/190 at async wrapCommandAction
(file:///Users//Library/Caches/pnpm/dlx/vfj6yiimgyn4hslniysco4urym/1907954c239-b895/node_modules/.pnpm/[email protected]/node_modules/trigger.dev/dist/index.js:1469:10)
{
issues: [
{
code: 'invalid_type',
expected: 'string',
received: 'undefined',
path: [Array],
message: 'Required'
}
],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
errors: [
{
code: 'invalid_type',
expected: 'string',
received: 'undefined',
path: [Array],
message: 'Required'
}