Skip to content

Commit

Permalink
testing environment variable LOCAL for js
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Dec 18, 2024
1 parent 7e7a871 commit 3cb9754
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion bs/R/MainApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ app <- function() {
uiOutput("open_split_by_group"),
uiOutput("data_splitted"),
verbatimTextOutput("applied_filter"),
uiOutput("conditional_data_ui"),
br(),
div(
conditionalPanel(
condition = "input.conditionedPanels == 'Data'",
uiOutput("conditional_data_ui"),
tags$hr()
),
conditionalPanel(
Expand Down
7 changes: 0 additions & 7 deletions deploy_serverless_app.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Copy R files from bs
# ========================================
files <- list.files("./bs/R", pattern = ".R", full.names = TRUE)
print(files)
print(getwd())
print(
list.files(
path = ".", recursive = TRUE, full.names = TRUE
)
)
file.copy(files, "./app/")

# Copy www files from bs
Expand Down

0 comments on commit 3cb9754

Please sign in to comment.