Skip to content

Commit

Permalink
Fix historyApiFallback for devServer
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Aug 9, 2024
1 parent cfe3389 commit 1a8c149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default async (env: any, argv: any) => {
host: buildEnv.sonataflowManagementConsoleWebapp.host,
port: buildEnv.sonataflowManagementConsoleWebapp.port,
compress: true,
historyApiFallback: true,
historyApiFallback: false,
hot: true,
client: {
overlay: {
Expand Down

0 comments on commit 1a8c149

Please sign in to comment.