Initial commit
Node.js CI / build (18.x) (push) Failing after 6m31s
Node.js CI / build (20.x) (push) Failing after 3h14m55s

feat: scaffolded basic auth login and dashboard(empty)
This commit is contained in:
2025-09-20 00:40:19 -07:00
commit 162a38aca3
32 changed files with 6761 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}