1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

fix: fixes UI when no localhost is provided

This commit is contained in:
Amir Raminfar
2023-06-20 14:38:12 -07:00
parent 31063fa1b4
commit 50f3c0b7a4
3 changed files with 15 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import { createRouter, createWebHistory } from "vue-router";
vi.mock("@/stores/config", () => ({
__esModule: true,
default: { base: "" },
default: { base: "", hosts: ["localhost"] },
}));
/**