🐾 Adds foot tracing and gui panel

This commit is contained in:
Rune Harlyk
2024-02-25 02:04:50 +01:00
committed by Rune Harlyk
parent 4c2fe9a044
commit f41d5a7949
7 changed files with 201 additions and 143 deletions
@@ -1,4 +1,3 @@
export const webAppBuild = import.meta.env.MODE === 'WEB';
export const hostname = window.location.hostname;
export const isSecure = window.location.protocol === 'https:';