mirror of
https://github.com/langgenius/dify.git
synced 2026-09-03 06:53:26 +08:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: "node",
|
|
},
|
|
});
|