mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-21 21:09:49 +08:00
Add Vitest config for the skills app.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
065d0c2fe6
commit
7bbddb1ee2
8
apps/skills/vitest.config.ts
Normal file
8
apps/skills/vitest.config.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { defineConfig, mergeConfig } from "vitest/config";
|
||||
|
||||
import sharedConfig from "../../vitest.shared";
|
||||
|
||||
export default mergeConfig(
|
||||
sharedConfig,
|
||||
defineConfig({}),
|
||||
);
|
||||
Loading…
Reference in New Issue
Block a user