run CrewAI python script with node-calls-python package

This commit is contained in:
Eng. Elias
2024-02-20 23:45:47 +04:00
parent 7927fd3038
commit d43ab45ae6
10 changed files with 258 additions and 64 deletions

View File

@@ -21,6 +21,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "**/*.js", "postcss.config.cjs"],
"exclude": ["node_modules"]
}