Only merge dotenv if .env file exists

This commit is contained in:
2022-08-14 20:01:51 +02:00
parent 91c75198de
commit 5f1de791c0
2 changed files with 7 additions and 6 deletions

View File

@@ -50,7 +50,6 @@
import IconSearch from "@/icons/IconSearch.vue";
import IconClose from "@/icons/IconClose.vue";
import type { Ref } from "vue";
import config from "../../config";
import type { MediaTypes } from "../../interfaces/IList";
interface ISearchResult {