summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-07-26 18:06:03 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-26 18:06:03 +0000
commitc57242d5340fbf4bc9b0bfefc49fdbe2a79e82a5 (patch)
tree85d018276d3c7ad0860e4b0674091ef0f4b07f3c
parent40251118f8a6b92b0e42aa3f57140319a848d425 (diff)
downloadastro-c57242d5340fbf4bc9b0bfefc49fdbe2a79e82a5.tar.gz
astro-c57242d5340fbf4bc9b0bfefc49fdbe2a79e82a5.tar.zst
astro-c57242d5340fbf4bc9b0bfefc49fdbe2a79e82a5.zip
[ci] format
-rw-r--r--packages/integrations/svelte/src/index.ts2
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;
}