Skip to content

Commit

Permalink
Deploying to gh-pages from @ 98fbcb5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Dec 12, 2024
1 parent 5b74c6b commit b9b1445
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stg/visualization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

<body>
<cc-code-charta></cc-code-charta>
<script src="runtime.20cbc7d19c78eb7a.js" type="module"></script><script src="polyfills.e5f920f87e8a16c9.js" type="module"></script><script src="main.fa2d0c0322927d60.js" type="module"></script></body>
<script src="runtime.20cbc7d19c78eb7a.js" type="module"></script><script src="polyfills.e5f920f87e8a16c9.js" type="module"></script><script src="main.d3f8ff0ce059ba87.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion stg/visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"apiVersion": "1.3"
},
"main": "main.js",
"browserslist": ["last 2 chrome version", "last 2 firefox version", "last 2 safari version"],
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
],
"scripts": {
"start": "electron dist/webpack",
"build": "ng build && cp electron/* package.json dist/webpack",
Expand Down

0 comments on commit b9b1445

Please sign in to comment.