Manual updates to fix some deployment steps
Some checks failed
Build and Push Docker Image / docker (push) Failing after 21s

This commit is contained in:
Connor Johnstone
2025-09-02 16:03:11 -04:00
parent 62cc910e1a
commit 5456d7140c
6 changed files with 72 additions and 114 deletions

View File

@@ -10,10 +10,10 @@
</head>
<body>
<script>
console.log("HTML loaded, waiting for WASM...");
console.log("HTML fully loaded, waiting for WASM...");
window.addEventListener('TrunkApplicationStarted', () => {
console.log("Trunk application started successfully!");
});
</script>
</body>
</html>
</html>