Skip to content

Commit

Permalink
fix: SLA: M1: use same v1 API as SL1/S
Browse files Browse the repository at this point in the history
  • Loading branch information
filipkotoucek authored and ondratu committed May 20, 2024
1 parent 9186624 commit f44c327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.m1.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = (env, args) => {
WITH_START_PRINT_AFTER_UPLOAD: true,
WITH_LOGS: false,
WITH_FONT: false,
WITH_V1_API: true,
...env,
};
return webpackConfig(config, args);
Expand Down

0 comments on commit f44c327

Please sign in to comment.