Skip to content

Commit

Permalink
wip: is it this?
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Sep 25, 2024
1 parent 18cb850 commit f956982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function deployAwsLambdaPlugin(opts: {
path.resolve(
viteConfig.root || '.',
opts.srcDir,
SRC_ENTRIES + '.jsx',
SRC_ENTRIES + '.js',
),
),
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function deployPartykitPlugin(opts: {
path.resolve(
viteConfig.root || '.',
opts.srcDir,
SRC_ENTRIES + '.jsx',
SRC_ENTRIES + '.js',
),
),
);
Expand Down

0 comments on commit f956982

Please sign in to comment.