mirror of
https://github.com/meshtastic/web.git
synced 2025-12-24 00:00:01 -05:00
* Fix Docker and CI builds * Fix indentation * Fix release --------- Co-authored-by: philon- <philon-@users.noreply.github.com>
8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ["packages/*"],
|
|
},
|
|
});
|