Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Commits
7f172eb3
Commit
7f172eb3
authored
1 year ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Use https
parent
548fbd59
No related branches found
Branches containing commit
No related tags found
1 merge request
!141
npm package config
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/paths.ts
+1
-1
1 addition, 1 deletion
src/paths.ts
with
1 addition
and
1 deletion
src/paths.ts
+
1
−
1
View file @
7f172eb3
...
...
@@ -10,7 +10,7 @@ declare global {
}
// TODO: change this to a real cdn
export
const
xxdk_s3_path
=
"
http://elixxir-bins.s3-us-west-1.amazonaws.com/wasm/
"
;
export
const
xxdk_s3_path
=
"
http
s
://elixxir-bins.s3-us-west-1.amazonaws.com/wasm/
"
;
export
const
default_xxdk_path
=
new
URL
(
BundleVersion
,
xxdk_s3_path
);
// TODO: docstring?
export
let
xxdkBasePath
:
URL
|
undefined
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment