Skip to content

Commit

Permalink
add annotations for zeit
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Mar 13, 2020
1 parent 847b447 commit ca869f3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions cli/sdk/src/engineCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,17 @@ export interface ConfigMetaFormat {
* This annotation is used for `node-file-trace`
* See https://github.com/zeit/node-file-trace/issues/104
*/
const platform = 'placeholder'

path.join(__dirname, '../query-engine', platform)
path.join(__dirname, '../introspection-engine', platform)
path.join(__dirname, '../query-engine-darwin')
path.join(__dirname, '../introspection-engine-darwin')
path.join(__dirname, '../query-engine-debian-openssl-1.0.x')
path.join(__dirname, '../introspection-engine-debian-openssl-1.0.x')
path.join(__dirname, '../query-engine-debian-openssl-1.1.x')
path.join(__dirname, '../introspection-engine-debian-openssl-1.1.x')
path.join(__dirname, '../query-engine-rhel-openssl-1.0.x')
path.join(__dirname, '../introspection-engine-rhel-openssl-1.0.x')
path.join(__dirname, '../query-engine-rhel-openssl-1.0.x')
path.join(__dirname, '../introspection-engine-rhel-openssl-1.0.x')

/**
* Dynamic path resolution
Expand Down

0 comments on commit ca869f3

Please sign in to comment.