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

Expand Down

0 comments on commit a20fa7e

Please sign in to comment.