refactor: switch to process.env for all packages, fix typos

This commit is contained in:
2026-07-06 09:11:23 +05:30
parent fa2018b8e3
commit b99e2335a7
7 changed files with 19 additions and 15 deletions

View File

@@ -1,4 +1,8 @@
import { defineConfig } from "vitest/config";
import dotenv from "dotenv";
// Load environment variables for evals at test process startup
dotenv.config();
export default defineConfig({
test: {