feat: add transactions explorer page

This commit is contained in:
Jefferson Mantovani
2025-10-23 15:40:09 -03:00
parent 7ec73e8c6f
commit 799f7cfe09
8 changed files with 1015 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ import svgLoader from "vite-svg-loader";
// https://vitejs.dev/config/
export default defineConfig({
base: "./",
build: {
target: "esnext",
},