Skip to content

Commit

Permalink
Merge branches 'pr/introspect-deprecated' and 'pr/introspect-deprecat…
Browse files Browse the repository at this point in the history
…ed' of github.com:prisma/prisma into pr/introspect-deprecated

* 'pr/introspect-deprecated' of github.com:prisma/prisma:
  Update packages/cli/src/Studio.ts
  Update packages/cli/src/Studio.ts

* 'pr/introspect-deprecated' of github.com:prisma/prisma:
  Update packages/cli/src/Studio.ts
  Update packages/cli/src/Studio.ts
  • Loading branch information
Jolg42 committed Aug 16, 2021
2 parents e58502b + cf91c95 commit 69c19f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/Studio.ts
Expand Up @@ -109,7 +109,7 @@ ${chalk.bold('Examples')}
args['--port'] || (await getPort({ port: getPort.makeRange(5555, 5600) }))
const browser = args['--browser'] || process.env.BROWSER

const staticAssetDir = path.resolve(__dirname, '../../build/public')
const staticAssetDir = path.resolve(__dirname, '../build/public')

const studio = new StudioServer({
schemaPath,
Expand All @@ -120,7 +120,7 @@ ${chalk.bold('Examples')}
resolve: {
'@prisma/client': path.resolve(
__dirname,
'../../prisma-client/index.js',
'../prisma-client/index.js',
),
'@prisma/engines': require.resolve('@prisma/engines'),
},
Expand Down

0 comments on commit 69c19f0

Please sign in to comment.