Add necessary packages, start prisma schema

This commit is contained in:
Aaron William Po
2023-01-18 20:51:41 -05:00
parent 0bd57e1e08
commit a434e1bb98
13 changed files with 7223 additions and 6094 deletions

6
postcss.config.js Normal file
View File

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