checkpoint 5
This commit is contained in:
parent
b60052c090
commit
aaefd1b52a
4 changed files with 16 additions and 0 deletions
10
identity-api/.editorconfig
Normal file
10
identity-api/.editorconfig
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.{js,json,yml}]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
4
identity-api/.gitattributes
vendored
Normal file
4
identity-api/.gitattributes
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/.yarn/** linguist-vendored
|
||||||
|
/.yarn/releases/* binary
|
||||||
|
/.yarn/plugins/**/* binary
|
||||||
|
/.pnp.* binary linguist-generated
|
1
identity-api/README.md
Normal file
1
identity-api/README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# identity-api
|
|
@ -5,6 +5,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"packageManager": "yarn@4.3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fastify": "^4.27.0",
|
"fastify": "^4.27.0",
|
||||||
"jose": "^5.4.0",
|
"jose": "^5.4.0",
|
||||||
|
|
Loading…
Reference in a new issue