AppDevPrepareOptions
This content is not available in your language yet.
Defined in: core/index.ts:1252
Options for preparing a Vite-style application for the development server.
Properties
섹션 제목: “Properties”base?
섹션 제목: “base?”
optionalbase?:string
Defined in: core/index.ts:1262
Base URL prefix used when rewriting dev HTML and asset URLs.
entryHtml?
섹션 제목: “entryHtml?”
optionalentryHtml?:string
Defined in: core/index.ts:1258
HTML entry file to scan for module scripts, stylesheets, and static assets.
envDir?
섹션 제목: “envDir?”
optionalenvDir?:string
Defined in: core/index.ts:1266
Directory to load .env files from. Defaults to the application root.
envPrefixes?
섹션 제목: “envPrefixes?”
optionalenvPrefixes?:string[]
Defined in: core/index.ts:1268
Environment variable prefixes that are exposed to import.meta.env.
mode?
섹션 제목: “mode?”
optionalmode?:string
Defined in: core/index.ts:1264
Environment mode used for .env resolution. Defaults to “development”.
outdir?
섹션 제목: “outdir?”
optionaloutdir?:string
Defined in: core/index.ts:1256
Temporary output directory used by the dev server. Defaults to “.zntc-dev”.
publicDir?
섹션 제목: “publicDir?”
optionalpublicDir?:string|false
Defined in: core/index.ts:1260
Public assets directory to copy as-is, or false to disable public asset copying.
root?
섹션 제목: “root?”
optionalroot?:string
Defined in: core/index.ts:1254
Application root directory used to resolve index.html, public/, and env files.