[ci] format

This commit is contained in:
matthewp 2022-07-26 18:06:03 +00:00 committed by fredkbot
parent 40251118f8
commit c57242d534

View file

@ -39,7 +39,7 @@ function getViteConfiguration({
};
// Disable hot mode during the build
if(!isDev) {
if (!isDev) {
defaultOptions.hot = false;
}