feat(*): Enable loading the file and creating a PR in Azure Devops

This commit is contained in:
Joshua Creek
2026-03-05 18:32:45 +00:00
parent 91a8988275
commit 0433fe5c2c
35 changed files with 5503 additions and 776 deletions
@@ -0,0 +1,7 @@
module.exports = {
content: ["./src/**/*.{svelte,js,ts}", "./public/index.html"],
theme: {
extend: {},
},
plugins: [],
};