Cradicle Explorer
bloxy
Info
Issues
Patches
Wallets
Source
Source
assets
contracts
frontend
app
public
.eslintrc.json
.gitignore
README.md
bloxy-abi.json
next.config.mjs
package-lock.json
package.json
postcss.config.mjs
tailwind.config.ts
tsconfig.json
pkg
.gitmodules
Caddyfile
Dockerfile
Makefile
README.md
deploy.yml
go.mod
go.sum
input.json
main.go
run.sh
template.tpl
/
frontend
/ next.config.mjs
next.config.mjs
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {};
3
4
export default nextConfig;