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 447b1f7 commit 01ce483Copy full SHA for 01ce483
apps/web/client/.storybook/main.ts
@@ -62,12 +62,6 @@ const config: StorybookConfig = {
62
},
63
resolve: {
64
alias: {
65
- '@/env': fileURLToPath(
66
- new URL('./mocks/env.ts', import.meta.url)
67
- ),
68
- '~/env': fileURLToPath(
69
70
71
'@/utils/supabase/client': fileURLToPath(
72
new URL('./mocks/supabase-client.ts', import.meta.url)
73
),
apps/web/client/.storybook/mocks/env.ts
0 commit comments