optimize code
All checks were successful
Deploy stAndrews / deploy (push) Successful in 41s

This commit is contained in:
2026-03-13 08:51:28 -04:00
parent d8f1bc3110
commit eb18ba4115
5 changed files with 7 additions and 0 deletions

3
app.R
View File

@@ -17,6 +17,9 @@ source("./R/config.R")
source("./R/app_ui.R")
source("./R/app_server.R")
# Load data needed at UI construction time
sbdvn <- sf::st_read(app_config$data_paths$plats)
# Create the app
ui <- create_ui()
server <- create_server