Skip to content

Commit

Permalink
remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Hanot committed Nov 13, 2023
1 parent 11c0195 commit 75bba45
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 742 deletions.
1 change: 1 addition & 0 deletions applications/web/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
6 changes: 3 additions & 3 deletions applications/web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<meta name="apple-mobile-web-app-title" content="Ionic App">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<link rel="preload" href="/webapp-5a657d2d1c6525bb_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/webapp-5a657d2d1c6525bb.js"></head>
<link rel="preload" href="/webapp-e4a5ec9dbd20dd1f_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/webapp-e4a5ec9dbd20dd1f.js"></head>
<body>

<script type="module">import init from '/webapp-5a657d2d1c6525bb.js';init('/webapp-5a657d2d1c6525bb_bg.wasm');</script><script>(function () {
<script type="module">import init from '/webapp-e4a5ec9dbd20dd1f.js';init('/webapp-e4a5ec9dbd20dd1f_bg.wasm');</script><script>(function () {
var protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
var url = protocol + '//' + window.location.host + '/_trunk/ws';
var poll_interval = 5000;
Expand Down
Loading

0 comments on commit 75bba45

Please sign in to comment.