chore(dev): persist pocketbase data volume in dev compose and docs

This commit is contained in:
Pradipta Mahardika
2025-10-16 23:43:31 +07:00
parent c33328f977
commit 435694f694
10 changed files with 269 additions and 6 deletions
+9
View File
@@ -3,6 +3,15 @@ import type { Config } from "tailwindcss";
export default {
darkMode: ["class"],
safelist: [
"text-purple-400",
"text-blue-400",
"text-cyan-400",
"text-emerald-400",
"text-amber-400",
"text-indigo-400",
"text-rose-400"
],
content: [
"./pages/**/*.{ts,tsx}",
"./components/**/*.{ts,tsx}",