Add next-auth

This commit is contained in:
Liam
2022-11-13 19:37:29 +00:00
parent 23582c73ac
commit cc80b7a80e
15 changed files with 6903 additions and 661 deletions

6
postcss.config.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}