Cradicle Explorer
ai-cv-benchmarks_CV-Insight
Info
Issues
Patches
Wallets
Source
Source
client
cvinsight
public
src
.gitignore
README.md
eslint.config.js
index.html
package-lock.json
package.json
postcss.config.js
tailwind.config.js
vite.config.js
server
.gitattributes
.gitignore
README.md
/
client
/
cvinsight
/ postcss.config.js
postcss.config.js
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
}