mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-31 12:32:52 -05:00
8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
import { defineProject } from "vitest/config";
|
|
|
|
export default defineProject({
|
|
test: {
|
|
environment: "node",
|
|
},
|
|
});
|