mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
[cli] Refactor src/index to TypeScript (#6602)
Refactors the CLI entrypoint `src/index.js` to TypeScript.
This commit is contained in:
@@ -49,7 +49,7 @@ async function main() {
|
||||
|
||||
// Do the initial `ncc` build
|
||||
console.log();
|
||||
const src = join(dirRoot, 'src');
|
||||
const src = join(dirRoot, 'src/index.ts');
|
||||
const args = [
|
||||
'ncc',
|
||||
'build',
|
||||
|
||||
Reference in New Issue
Block a user