## -----------------------------------------------------------------------------
#| include: false
library(shinyelectron)


## -----------------------------------------------------------------------------
#| eval: false
# export(
#   appdir = "my-app",
#   destdir = "output",
#   app_name = "My Application",
#   app_type = "r-shiny",
#   runtime_strategy = "shinylive",
#   platform = c("mac", "win"),
#   arch = c("x64", "arm64"),
#   icon = "icons/icon.png"
# )


## -----------------------------------------------------------------------------
#| eval: false
# export(appdir = "my-app", destdir = "output")


## -----------------------------------------------------------------------------
#| eval: false
# init_config("path/to/my-app")

