Skip to content

Commit

Permalink
WIP for file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
slifty committed Feb 13, 2023
1 parent e95cac8 commit cb4367a
Show file tree
Hide file tree
Showing 7 changed files with 331 additions and 77 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ PERMANENT_API_BASE_PATH=${LOCAL_TEMPORARY_AUTH_TOKEN}
# See https://fusionauth.io/docs/v1/tech/apis/api-keys
FUSION_AUTH_HOST=${FUSION_AUTH_HOST}
FUSION_AUTH_KEY=${FUSION_AUTH_KEY}

# See
LOG_LEVEL=debug
73 changes: 42 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@tsconfig/node16": "^1.0.2",
"@types/node-fetch": "^2.6.2",
"@types/ssh2": "^1.11.4",
"@types/tmp": "^0.2.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
Expand All @@ -60,6 +61,7 @@
"logform": "^2.3.2",
"node-fetch": "^2.6.7",
"ssh2": "^1.11.0",
"tmp": "^0.2.1",
"uuid": "^8.3.2",
"winston": "^3.4.0"
}
Expand Down
Loading

0 comments on commit cb4367a

Please sign in to comment.