View Source Vite (vite v0.2.1)

Summary

Functions

Returns the configuration for the given profile.

Installs, if not available, and then runs bun.

Functions

Returns the configuration for the given profile.

Returns nil if the profile does not exist.

Link to this function

install_and_run(profile, args)

View Source

Installs, if not available, and then runs bun.

Returns the same as run/2.

Link to this function

run(exec, profile, extra_args)

View Source
@spec run(binary(), atom(), [binary()]) :: non_neg_integer()