Home / Function/ fsStrictWarning() — astro Function Reference

fsStrictWarning() — astro Function Reference

Architecture documentation for the fsStrictWarning() function in messages.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  70c2646d_5639_cd00_5a01_b958a9324482["fsStrictWarning()"]
  a89de736_d85a_fc8a_68a9_5d9ea54128d5["messages.ts"]
  70c2646d_5639_cd00_5a01_b958a9324482 -->|defined in| a89de736_d85a_fc8a_68a9_5d9ea54128d5
  style 70c2646d_5639_cd00_5a01_b958a9324482 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/messages.ts lines 157–161

export function fsStrictWarning() {
	const title = yellow('▶ ' + `${bold('vite.server.fs.strict')} has been disabled!`);
	const subtitle = `  Files on your machine are likely accessible on your network.`;
	return `${title}\n${subtitle}\n`;
}

Domain

Subdomains

Frequently Asked Questions

What does fsStrictWarning() do?
fsStrictWarning() is a function in the astro codebase, defined in packages/astro/src/core/messages.ts.
Where is fsStrictWarning() defined?
fsStrictWarning() is defined in packages/astro/src/core/messages.ts at line 157.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free