Cradicle Explorer
WelkeDeelauto
Info
Issues
Patches
Wallets
Source
Source
backend
frontend
app
public
.env.dist
jsconfig.json
next.config.js
package-lock.json
package.json
postcss.config.js
tailwind.config.js
infrastructure
.env.dist
.envrc
.gitignore
LICENSE
Makefile
README.md
flake.lock
flake.nix
/
frontend
/ postcss.config.js
postcss.config.js
1
module.exports = {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
}