Skip to content

Commit

Permalink
closes #6110 (#6117)
Browse files Browse the repository at this point in the history
added `AuroraDataApiPostgresDriver` to `BrowserDisabledDriversDummy.template` to fix typeorm not compiling when using browser target
  • Loading branch information
chriswep committed May 23, 2020
1 parent eaadf20 commit 650b716
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platform/BrowserDisabledDriversDummy.template
Expand Up @@ -37,6 +37,12 @@ export class MongoRepository {}
*/
export class PostgresDriver {}

/**
* DO NOT IMPORT THIS CLASS -
* This is a dummy class for replacement via `package.json` in browser builds
*/
export class AuroraDataApiPostgresDriver {}

/**
* DO NOT IMPORT THIS CLASS -
* This is a dummy class for replacement via `package.json` in browser builds
Expand Down

0 comments on commit 650b716

Please sign in to comment.