Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react/src/cli/react-utils
getViteConfig
Function getViteConfig
getViteConfig
(
command
:
"build"
|
"serve"
,
mode
:
"production"
|
"development"
,
)
:
Promise
<
UserConfig
>
Gets the Vite configuration.
Parameters
command
:
"build"
|
"serve"
The command to run.
mode
:
"production"
|
"development"
The mode to run.
Returns
Promise
<
UserConfig
>
The Vite configuration.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Gets the Vite configuration.