monorepo + frontend app

This commit is contained in:
2026-03-02 19:57:11 +01:00
parent cd8745390d
commit 061f6173f3
61 changed files with 6931 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = {
content: [
"./src/**/*.{astro,html,js,ts,jsx,tsx,vue,svelte}"
],
theme: {
extend: {},
},
plugins: [],
}