mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
40251118f8
commit
c57242d534
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue