feat: add login

This commit is contained in:
2024-10-20 02:25:09 +08:00
parent 9ce91c593c
commit e4fe97f5e5
13 changed files with 764 additions and 9 deletions

View File

@@ -41,7 +41,14 @@ const config = {
modules: false,
},
},
'postcss-loader',
{
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: ['tailwindcss', 'autoprefixer'],
},
},
},
],
},
],