Skip to content

Remove implicit reading of vitest.config.ts/vite.config.ts files #303

@mattpocock

Description

@mattpocock

The implicit vitest.config.ts reading ends up being more confusing than it's worth. I think it would be much simpler to allow users to do this:

// evalite.config.ts
import { defineConfig } from 'evalite/config';
import config from './vite.config.ts';

export const defineConfig({
  viteConfig: config,
});

This would probably solve issues like:

#95
#296

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions