From bcf30afd36906da2a577df6fc75ee2282c083492 Mon Sep 17 00:00:00 2001 From: Dwynr Date: Fri, 2 Feb 2024 02:17:39 +0100 Subject: [PATCH] add: dev dir --- .gitignore | 2 +- src/dev/{test.config.json.example => dev.config.json.example} | 0 src/dev/index.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/dev/{test.config.json.example => dev.config.json.example} (100%) diff --git a/.gitignore b/.gitignore index 270997e0..a6079b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ node_modules/**/* -src/dev/test.config.json \ No newline at end of file +src/dev/dev.config.json \ No newline at end of file diff --git a/src/dev/test.config.json.example b/src/dev/dev.config.json.example similarity index 100% rename from src/dev/test.config.json.example rename to src/dev/dev.config.json.example diff --git a/src/dev/index.ts b/src/dev/index.ts index b3bc2de1..808c4f27 100644 --- a/src/dev/index.ts +++ b/src/dev/index.ts @@ -1,5 +1,5 @@ import FilenSDK from ".." -import config from "./test.config.json" +import config from "./dev.config.json" import type { AuthVersion } from "../types" const filen = new FilenSDK({