All current db functions are written. Just need to make api routes then we are done

This commit is contained in:
2024-10-16 16:51:08 -05:00
commit f734551d3a
21 changed files with 5140 additions and 0 deletions

7
postcss.config.cjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
tailwindcss: {},
},
};
module.exports = config;