feat: auth functions

This commit is contained in:
Adrian Castro
2024-04-15 20:15:43 +02:00
parent 07d313b1fd
commit e8dfb5eaf4
4 changed files with 64 additions and 1 deletions

View File

@@ -27,5 +27,8 @@
"@movie-web/eslint-config/base"
]
},
"prettier": "@movie-web/prettier-config"
"prettier": "@movie-web/prettier-config",
"dependencies": {
"ofetch": "^1.3.4"
}
}