preview.mjs — astro Source File
Architecture documentation for preview.mjs, a javascript file in the astro codebase.
Entity Profile
Source Code
export default () => {
// noop
return {
port: 4321,
closed() {},
stop() {}
}
}
Source
Frequently Asked Questions
What does preview.mjs do?
preview.mjs is a source file in the astro codebase, written in javascript.
Where is preview.mjs in the architecture?
preview.mjs is located at packages/astro/test/fixtures/ssr-preview/preview.mjs (directory: packages/astro/test/fixtures/ssr-preview).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free