Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 6, 2019
1 parent 1547120 commit 18dc68a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cli/introspection/src/commands/Introspect.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Command, format, HelpError, getSchemaPath, arg } from '@prisma/cli'
import chalk from 'chalk'
import path from 'path'
import { getConfig, IntrospectionEngine, getDMMF, dmmfToDml, uriToCredentials } from '@prisma/sdk'
import { getConfig, IntrospectionEngine, getDMMF, dmmfToDml, uriToCredentials, ConfigMetaFormat } from '@prisma/sdk'
import { formatms } from '../util/formatms'
import fs from 'fs'
import { ConfigMetaFormat } from '@prisma/sdk/dist/isdlToDatamodel2'
import { DataSource } from '@prisma/generator-helper'
import { databaseTypeToConnectorType } from '@prisma/sdk/dist/convertCredentials'

Expand Down
8 changes: 7 additions & 1 deletion cli/sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
export { IntrospectionEngine } from './IntrospectionEngine'
export { Generator } from './Generator'
export { getGenerators, getGenerator, ProviderAliases } from './getGenerators'
export { getDMMF, getConfig, dmmfToDml, GetDMMFOptions } from './engineCommands'
export {
getDMMF,
getConfig,
dmmfToDml,
GetDMMFOptions,
ConfigMetaFormat,
} from './engineCommands'
export { getPackedPackage } from './getPackedPackage'
export { GeneratorPaths } from './predefinedGeneratorResolvers'
export { DatabaseCredentials } from './types'
Expand Down

0 comments on commit 18dc68a

Please sign in to comment.