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 461da08 commit b3c037b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy_serverless_app.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copy R files from bs
# ========================================
files <- list.files("./bs/R/", pattern = ".R", full.names = TRUE)
file.copy(files, "./app/", overwrite = TRUE)
print(files)
file.copy(files, "./app/")

# Copy www files from bs
# ========================================
Expand Down

0 comments on commit b3c037b

Please sign in to comment.