mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
5 lines
178 B
TypeScript
5 lines
178 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
// Provide a stub Vite config in the CLI package to avoid resolving a parent-level vite.config.js
|
|
export default defineConfig({});
|