Skip to content

Commit bd1f0e7

Browse files
code clean up
1 parent d7bd3aa commit bd1f0e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/ctx.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import logger from './logger.js'
66
import getEnv from './env.js'
77
import httpClient from './httpClient.js'
88
import fs from 'fs'
9-
import { build } from 'tsup'
109

1110
export default (options: Record<string, string>): Context => {
1211
let env: Env = getEnv();

0 commit comments

Comments
 (0)