Files
now-deployment/node_modules/now/dist/util/dev/get-bundled-builders.ts
2019-10-17 12:36:15 +09:00

12 lines
191 B
TypeScript

export function getBundledBuilders() {
return [
'@now/go',
'@now/next',
'@now/node',
'@now/ruby',
'@now/python',
'@now/static-build',
'@now/build-utils',
];
}