fixing the cors issue with the node

This commit is contained in:
Kumaraguru 2025-02-25 18:56:32 -07:00
parent 127858a52a
commit 806b47e7e5
No known key found for this signature in database
GPG Key ID: 4E4555A84ECD28F7

View File

@ -71,6 +71,7 @@ export async function runCodex(config, showNavigationMenu) {
const executable = config.codexExe;
const args = [
`--data-dir="${config.dataDir}"`,
`--api-cors-origin="*"`,
`--log-level=DEBUG`,
`--log-file="${logFilePath}"`,
`--storage-quota="${config.storageQuota}"`,