Add savings chat analysis feature
This commit is contained in:
19
vitest.config.ts
Normal file
19
vitest.config.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
import path from "path";
|
||||
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
"@convex-lib": path.resolve(__dirname, "./convex/lib"),
|
||||
},
|
||||
},
|
||||
test: {
|
||||
environment: "edge-runtime",
|
||||
server: {
|
||||
deps: {
|
||||
inline: ["convex-test"],
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user