Compare commits
1 commit
main
...
claude/app
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69d65b9acf |
|
|
@ -26,6 +26,6 @@ export default defineConfig({
|
||||||
server: { deps: { inline: ["@testing-library/svelte"] } },
|
server: { deps: { inline: ["@testing-library/svelte"] } },
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
conditions: process.env.VITEST ? ["browser"] : [],
|
conditions: ["browser"],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in a new issue