summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2022-06-01 22:33:18 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-01 22:33:18 +0000
commit6b54eb460f2e93c507ad81357b898f969c50d77f (patch)
treebaf9437ef9b94f1348af6c65aa783a18cd0611bb
parent9c2ba13748b975fb4b15b28b1b8ddc5ece3ccbb0 (diff)
downloadastro-6b54eb460f2e93c507ad81357b898f969c50d77f.tar.gz
astro-6b54eb460f2e93c507ad81357b898f969c50d77f.tar.zst
astro-6b54eb460f2e93c507ad81357b898f969c50d77f.zip
[ci] format
-rw-r--r--packages/astro/src/core/messages.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/astro/src/core/messages.ts b/packages/astro/src/core/messages.ts
index 0bd3f0d50..2ea134ff3 100644
--- a/packages/astro/src/core/messages.ts
+++ b/packages/astro/src/core/messages.ts
@@ -146,7 +146,9 @@ export function telemetryReset() {
}
export function fsStrictWarning() {
- return yellow('⚠️ Serving with vite.server.fs.strict: false. Note that all files on your machine will be accessible to anyone on your network!')
+ return yellow(
+ '⚠️ Serving with vite.server.fs.strict: false. Note that all files on your machine will be accessible to anyone on your network!'
+ );
}
export function prerelease({ currentVersion }: { currentVersion: string }) {