gro_plugin_sveltekit_app.ts

Declarations
#

4 declarations

view source

CopyFileFilter
#

gro_plugin_sveltekit_app
#

GroPluginSveltekitAppOptions
#

gro_plugin_sveltekit_app.ts view source

GroPluginSveltekitAppOptions

host_target

Used for finalizing a SvelteKit build like adding a .nojekyll file for GitHub Pages.

well_known_package_json

If truthy, adds /.well-known/package.json to the static output. If a function, maps the value.

type boolean | PackageJsonMapper

well_known_source_json

If truthy, adds /.well-known/source.json and /.well-known/src/ to the static output. If a function, maps the value.

type boolean | SourceJsonMapper

well_known_src_files

If truthy, copies src/ to /.well-known/src/ to the static output. Pass a function to customize which files get copied.

type boolean | CopyFileFilter

vite_cli

The Vite CLI to use.

type string

HostTarget
#

Depends on
#

Imported by
#