[ci] format

This commit is contained in:
natemoo-re 2022-06-01 22:33:18 +00:00 committed by github-actions[bot]
parent 9c2ba13748
commit 6b54eb460f

View file

@ -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 }) {