diff --git a/codex-cli/vite.config.ts b/codex-cli/vite.config.ts new file mode 100644 index 00000000..669a10f2 --- /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