mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 23:16:37 -04:00
fix(ui): add vitest.config.ts to prevent loading vite.config.ts with TypeScript 7 incompatible dts plugin
This commit is contained in:
committed by
GitHub
parent
56cfc31e0f
commit
65d251a2bf
8
packages/ui/vitest.config.ts
Normal file
8
packages/ui/vitest.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineProject } from "vitest/config";
|
||||
|
||||
export default defineProject({
|
||||
test: {
|
||||
name: "@meshtastic/ui",
|
||||
include: [],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user