Cradicle Explorer
333Method
Info
Issues
Patches
Wallets
Source
Source
.direnv
.github
.streamlit
.vision-comparison-tmp
__quarantined_tests__
config
dashboard-v2
backend
frontend
public
src
index.html
package.json
postcss.config.js
tailwind.config.js
vite.config.js
dashboard
data
db
docs
prompts
public
scripts
src
tests
workers
.c8rc.json
.env.agents.example
.env.example
.env.secrets.example
.envrc
.eslintignore
.gitignore
.nvmrc
AGENT_ACTIVATION_READY.md
CHANGELOG.md
CIRCUIT_BREAKER_RESET_SUMMARY.md
CLAUDE.md
README.md
SKIP_STAGES_IMPLEMENTATION.md
TODO-promptfoo.md
TODO.md
debug-outreach.mjs
debug-outreach2.mjs
eslint.config.js
package-lock.json
package.json
screenshots
setup.sh
shell.nix
/
dashboard-v2
/
frontend
/ postcss.config.js
postcss.config.js
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
};