repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | /** @type {import('tailwindcss').Config} */ |
| #2 | module.exports = { |
| #3 | content: [ |
| #4 | "./src/**/*.{js,ts,jsx,tsx,mdx}", |
| #5 | "./src/pages/**/*.{js,ts,jsx,tsx,mdx}", |
| #6 | "./src/containers/**/*.{js,ts,jsx,tsx,mdx}", |
| #7 | "./src/components/**/*.{js,ts,jsx,tsx,mdx}", |
| #8 | "./src/app/**/*.{js,ts,jsx,tsx,mdx}", |
| #9 | "./node_modules/flowbite/**/*.js", |
| #10 | ], |
| #11 | theme: { |
| #12 | extend: {}, |
| #13 | }, |
| #14 | plugins: [require("flowbite/plugin")], |
| #15 | }; |
| #16 |