Skip to content

Commit 584d7b1

Browse files
committed
Fixed incorrect dev server entry
1 parent a8cb315 commit 584d7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const setEnvVars = () => {
2525

2626
module.exports = {
2727
entry: {
28-
main: './www/src/Page.tsx'
28+
main: './www/src/index.tsx'
2929
},
3030
module: {
3131
rules: [

0 commit comments

Comments
 (0)