mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
update entire app to begin using bslib instead of flexdashboard
This commit is contained in:
Vendored
+13
@@ -25,6 +25,19 @@
|
||||
"kind": "test",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Run Shiny App",
|
||||
"type": "shell",
|
||||
"command": "Rscript",
|
||||
"args": [
|
||||
"-e",
|
||||
"\"options(shiny.autoreload = TRUE); shiny::runApp('app/app.R', port = 1234, )\""
|
||||
],
|
||||
"group": {
|
||||
"kind": "test",
|
||||
"isDefault": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user