File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Gleap.setWSApiUrl("ws://0.0.0.0:8080");
6
6
7
7
// Gleap.setLanguage("en");
8
8
9
- Gleap . initialize ( "kqHBGdyxG0qq6gcfHDqgNkxg5r0Ut0Le " ) ;
9
+ Gleap . initialize ( "ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV " ) ;
10
10
11
11
/*Gleap.setUrlHandler((url, newTab) => {
12
12
alert("URL: " + url + " newTab: " + newTab);
Original file line number Diff line number Diff line change 3
3
"version" : " 12.8.1" ,
4
4
"main" : " build/index.js" ,
5
5
"scripts" : {
6
- "start" : " webpack serve" ,
7
- "build" : " webpack" ,
8
- "test" : " jest" ,
9
- "prepare" : " npm run build" ,
10
- "trypublish" : " npm publish || true"
6
+ "start" : " NODE_OPTIONS=--openssl-legacy-provider webpack serve" ,
7
+ "build" : " NODE_OPTIONS=--openssl-legacy-provider webpack" ,
8
+ "test" : " NODE_OPTIONS=--openssl-legacy-provider jest" ,
9
+ "prepare" : " NODE_OPTIONS=--openssl-legacy-provider npm run build" ,
10
+ "trypublish" : " NODE_OPTIONS=--openssl-legacy-provider npm publish || true"
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments