mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-30 17:29:53 -05:00
chore(monorepo/server): remove server: prefix from scripts
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
setupFiles: ["./test/setup.ts"],
|
||||
environment: "happy-dom",
|
||||
coverage: {
|
||||
reporter: [ "text", "html" ],
|
||||
provider: "v8"
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user