mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-16 11:49:51 +08:00
12 lines
191 B
TypeScript
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',
|
|
];
|
|
}
|