From 0477e4143e744672d415eff05525f926439c4852 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 1 Dec 2023 22:03:52 +0000 Subject: [PATCH] test: make indexeddb plugin client-only --- .../app-vitest-full/plugins/{indexeddb.ts => indexeddb.client.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/app-vitest-full/plugins/{indexeddb.ts => indexeddb.client.ts} (100%) diff --git a/examples/app-vitest-full/plugins/indexeddb.ts b/examples/app-vitest-full/plugins/indexeddb.client.ts similarity index 100% rename from examples/app-vitest-full/plugins/indexeddb.ts rename to examples/app-vitest-full/plugins/indexeddb.client.ts