@valon-technologies/gestalt
Preparing search index...
build
bunBuildCommand
Function bunBuildCommand
bunBuildCommand
(
wrapperPath
:
string
,
outputPath
:
string
,
goos
:
string
,
goarch
:
string
,
compileTarget
?:
string
,
)
:
{
command
:
string
;
args
:
string
[]
}
Constructs the Bun command used to compile a provider binary.
Parameters
wrapperPath
:
string
outputPath
:
string
goos
:
string
goarch
:
string
compileTarget
:
string
= ...
Returns
{
command
:
string
;
args
:
string
[]
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@valon-technologies/gestalt
Loading...
Constructs the Bun command used to compile a provider binary.