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