Skip to content

Commit

Permalink
fix playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Oct 3, 2024
1 parent 1e18b44 commit d2163f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const app = express();

const { devServer } = devConfig;

devServer.onBeforeSetupMiddleware({ app });
devServer.setupMiddlewares([], { app });

app.use("/", express.static("dist"));
Object.keys(devServer.proxy).forEach((path) => {
Expand Down

0 comments on commit d2163f7

Please sign in to comment.