Skip to content

Commit

Permalink
fix: fix project selection screen (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarthificial committed Feb 6, 2024
1 parent c7c0c67 commit 3b3f287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin/src/partials/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ editor(project);
/* language=typescript */
return `\
import {index} from '${editor}';
index(${JSON.stringify(projects)});
index(${JSON.stringify(projects.list)});
`;
}
},
Expand Down

0 comments on commit 3b3f287

Please sign in to comment.