diff options
author | 2022-07-26 18:06:03 +0000 | |
---|---|---|
committer | 2022-07-26 18:06:03 +0000 | |
commit | c57242d5340fbf4bc9b0bfefc49fdbe2a79e82a5 (patch) | |
tree | 85d018276d3c7ad0860e4b0674091ef0f4b07f3c | |
parent | 40251118f8a6b92b0e42aa3f57140319a848d425 (diff) | |
download | astro-c57242d5340fbf4bc9b0bfefc49fdbe2a79e82a5.tar.gz astro-c57242d5340fbf4bc9b0bfefc49fdbe2a79e82a5.tar.zst astro-c57242d5340fbf4bc9b0bfefc49fdbe2a79e82a5.zip |
[ci] format
-rw-r--r-- | packages/integrations/svelte/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/svelte/src/index.ts b/packages/integrations/svelte/src/index.ts index 367eeb1ed..f162437c0 100644 --- a/packages/integrations/svelte/src/index.ts +++ b/packages/integrations/svelte/src/index.ts @@ -39,7 +39,7 @@ function getViteConfiguration({ }; // Disable hot mode during the build - if(!isDev) { + if (!isDev) { defaultOptions.hot = false; } |