initial commit
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 1m8s

This commit is contained in:
Lee
2024-04-14 17:45:04 +01:00
parent 2ca976841f
commit d1f6ff79a7
16 changed files with 5103 additions and 140 deletions

8
postcss.config.mjs Normal file
View File

@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;