mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-21 18:17:05 +00:00
### Fixed
- Fixed an issue where using fast synchronisation caused a TypeError in some environments (#953).
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/**
|
||||
* @file vitest.config.common.ts
|
||||
* @description Shared base configuration for all Vitest test environments in the project,
|
||||
* defining common resolve aliases, build defines, and plugins (svelte, inlineWorker).
|
||||
* This configuration is not executed directly, but is imported and merged by other specific configuration files.
|
||||
*/
|
||||
import { defineConfig } from "vitest/config";
|
||||
import { svelte } from "@sveltejs/vite-plugin-svelte";
|
||||
import { sveltePreprocess } from "svelte-preprocess";
|
||||
|
||||
Reference in New Issue
Block a user