[ci] format
This commit is contained in:
parent
9c2ba13748
commit
6b54eb460f
1 changed files with 3 additions and 1 deletions
|
@ -146,7 +146,9 @@ export function telemetryReset() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function fsStrictWarning() {
|
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 }) {
|
export function prerelease({ currentVersion }: { currentVersion: string }) {
|
||||||
|
|
Loading…
Reference in a new issue