summaryrefslogtreecommitdiffstats
path: root/src/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.ts')
-rw-r--r--src/utils.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils.ts b/src/utils.ts
new file mode 100644
index 0000000..dcf010a
--- /dev/null
+++ b/src/utils.ts
@@ -0,0 +1,4 @@
1export function getHost() {
2 // @ts-ignore
3 return import.meta.env.DEV ? 'localhost:4040' : window.location.host
4}