We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad50ea1 commit bafa33dCopy full SHA for bafa33d
src/js/mainScript.js
@@ -27,6 +27,7 @@ async function init() {
27
'AsTeRICS Grid, release version: https://github.com/asterics/AsTeRICS-Grid/releases/tag/' +
28
constants.CURRENT_VERSION
29
);
30
+ console.log("test deploy works!")
31
consoleReService.init();
32
checkAppVersion();
33
initServiceWorker();
0 commit comments