diff --git a/codex-cli/vite.config.ts b/codex-cli/vite.config.ts new file mode 100644 index 000000000..669a10f20 --- /dev/null +++ b/codex-cli/vite.config.ts @@ -0,0 +1,4 @@ +import { defineConfig } from 'vite'; + +// Provide a stub Vite config in the CLI package to avoid resolving a parent-level vite.config.js +export default defineConfig({}); \ No newline at end of file