Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocxl committed Jan 3, 2024
1 parent 63b4ff3 commit 9ae4f79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/dev/bin.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
require('dotenv')?.config()

require('dotenv').config({ silent: true })
require('./dist/cli.default.js')
5 changes: 4 additions & 1 deletion packages/dev/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ export function defineConfig(config: Config) {
return config
}

export * from '@terai/translator/translators'
export {
createChatGptTranslator,
createGoogleCloudTranslator
} from '@terai/translator/translators'
Empty file removed packages/dev/src/types.ts
Empty file.

0 comments on commit 9ae4f79

Please sign in to comment.