0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[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 // Disable hot mode during the build
if(!isDev) { if (!isDev) {
defaultOptions.hot = false; defaultOptions.hot = false;
} }