Skip to content

Commit a97ba6d

Browse files
frenzzyokendoken
authored andcommitted
Fix runServer script
1 parent 9329ff8 commit a97ba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/runServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let pending = true;
1919
const [, serverConfig] = webpackConfig;
2020
const serverPath = path.join(
2121
serverConfig.output.path,
22-
serverConfig.output.filename,
22+
serverConfig.output.filename.replace('[name]', 'server'),
2323
);
2424

2525
// Launch or restart the Node.js server

0 commit comments

Comments
 (0)