mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
refactor: switch to process.env for all packages, fix typos
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user