We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11c2ad commit e2c4607Copy full SHA for e2c4607
vitest.config.ts
@@ -1,12 +1,12 @@
1
import { defineConfig } from 'vitest/config';
2
import { fileURLToPath } from 'node:url';
3
4
-const webSrc = fileURLToPath(new URL('./packages/web/src', import.meta.url));
+const uiSrc = fileURLToPath(new URL('./packages/ui/src', import.meta.url));
5
6
export default defineConfig({
7
resolve: {
8
alias: {
9
- '@': webSrc,
+ '@': uiSrc,
10
},
11
12
test: {
0 commit comments