Important
This repository is in early development and not intended for production use.
A monorepo for sourcemap upload infrastructure.
apps/backend— Rust (Axum) API server that ingests sourcemap uploadspackages/bundler-plugin— Universal unplugin adapter set (Vite, Rolldown, Webpack and more) that uploads sourcemaps after buildspackages/proguard-plugin— a Gradle plugin for uploading ProGuard obfuscation mappings
bun install # install JS dependencies
bun run dev # start all packages in dev mode
bun run build # build all packages
bun run check-types # type-check all packagescd apps/backend
cargo run # start the API server on :3000cd packages/bundler-plugin
bun run test