Skip to content

Commit 70a23e0

Browse files
Fix Storybook build error for @remix-run/react imports (LC-178)
1 parent fa26df4 commit 70a23e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/docs/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import path from 'node:path';
22
import { defineConfig } from 'vite';
33

4+
// Configuration for Vite with external Remix dependencies
45
export default defineConfig({
56
resolve: {
67
alias: {

0 commit comments

Comments
 (0)