Skip to content

Commit

Permalink
fix: features.js extension in PR preview sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Dec 10, 2024
1 parent fc12747 commit 2f6d38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const useStackblitzSetup = ({
}),
[`App.${fileExtension}`]: code ? `${reactImport}${dedent(code)}` : '',
[`Logger.${fileExtension}`]: logger,
[`features.${fileExtension}`]: featuresJS,
'features.js': featuresJS,
...(isPR ? { 'package.json': vitePackageJSON, 'vite.config.js': viteConfigTS } : {}),
'package.json': vitePackageJSON,
'.npmrc': `auto-install-peers = false`,
Expand Down

0 comments on commit 2f6d38c

Please sign in to comment.