UNPKG

web-auth-library

Version:

Authentication library for the browser environment using Web Crypto API

6 lines (5 loc) 213 B
/* SPDX-FileCopyrightText: 2022-present Kriasoft */ /* SPDX-License-Identifier: MIT */ import dotenv from "dotenv"; dotenv.config({ path: "./test/test.override.env" }); dotenv.config({ path: "./test/test.env" });