Skip to content

Commit

Permalink
Merge pull request #127 from samply/torbrenner-patch-1
Browse files Browse the repository at this point in the history
fix: use proper options file for production
  • Loading branch information
torbrenner authored Sep 9, 2024
2 parents 5c5563e + c460bcf commit 908d300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@samply/lens",
"description": "A web component library for clinical data search and visualisation",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"module": "dist/lens.js",
"main": "dist/lens.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if (import.meta.env.VITE_TARGET_ENVIRONMENT === "production") {
catalogueUrl = "catalogues/catalogue-dktk.json";
optionsFilePath = "options.json";
optionsFilePath = "options-ccp-prod.json";
} else {
catalogueUrl = "catalogues/catalogue-dktk-staging.json";
optionsFilePath = "options-ccp-demo.json";
Expand Down

0 comments on commit 908d300

Please sign in to comment.