Meal Tracker - React/Node.js app with dark mode, date picker, PWA support

This commit is contained in:
Otto
2026-03-30 16:03:20 -04:00
parent 02d8df5efb
commit 45e988cbe5
3858 changed files with 6 additions and 773443 deletions

View File

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