12 lines
169 B
TypeScript
Executable File
12 lines
169 B
TypeScript
Executable File
import grabDist from "./rebuilds/next-js/grabDist";
|
|
|
|
const buncid = {
|
|
builds: {
|
|
nextJs: {
|
|
grabDist,
|
|
},
|
|
},
|
|
};
|
|
|
|
export default buncid;
|