We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1491f49 commit 30e7914Copy full SHA for 30e7914
vitest.global-setup.ts
@@ -2,7 +2,7 @@ import { config } from "dotenv";
2
import path from "node:path";
3
4
config({
5
- path: [path.resolve(".env.test"), path.resolve(".env.test.local")],
+ path: [path.resolve(".env.test.local"), path.resolve(".env.test")],
6
});
7
8
import { createServer } from "prool";
0 commit comments