wails project init

This commit is contained in:
2024-12-13 20:54:24 -06:00
parent 34c1319f44
commit 17c35e59c5
48 changed files with 4366 additions and 2 deletions

8
frontend/tailwind.config.js Executable file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
};