Skip to content
Snippets Groups Projects
Commit 82be28e0 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

hotfix: force core 0.19 as fallback

parent a111a2d7
Branches master
Tags v5.0.5
No related merge requests found
Pipeline #19264 passed with stage
in 38 seconds
......@@ -16,7 +16,7 @@ export function path() {
export function coreVersion() {
let coreUrl =
"https://cdn.jsdelivr.net/npm/@startinblox/core@latest/dist/index.js";
"https://cdn.jsdelivr.net/npm/@startinblox/core@0.19/dist/index.js";
// let coreUrl = "http://localhost:3000/dist/index.js";
if (window.orbit) {
let core = window.orbit.npm.find((e) => e.package == "@startinblox/core");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment