mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-13 18:51:35 +00:00
7 lines
192 B
TypeScript
7 lines
192 B
TypeScript
import { defineConfig } from "bumpp";
|
|
import { globSync } from "tinyglobby";
|
|
|
|
export default defineConfig({
|
|
files: globSync(["./packages/*/package.json"], { expandDirectories: false }),
|
|
});
|