mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
import { defineConfig } from "bumpp";
|
|
import fg from "fast-glob";
|
|
|
|
export default defineConfig({
|
|
files: fg.sync(["./packages/*/package.json"]),
|
|
});
|