buncid/index.ts

12 lines
169 B
TypeScript
Raw Normal View History

2025-02-03 12:41:13 +00:00
import grabDist from "./rebuilds/next-js/grabDist";
2025-01-16 07:16:23 +00:00
2025-02-03 12:41:13 +00:00
const buncid = {
builds: {
nextJs: {
grabDist,
},
},
};
2023-10-29 07:35:26 +00:00
2025-02-03 12:41:13 +00:00
export default buncid;