Commit 445e9a6 1 parent eaf6fc0 commit 445e9a6 Copy full SHA for 445e9a6
File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 37
37
"@oasisdex/transactions" : " ^0.0.16" ,
38
38
"@oasisdex/utils" : " ^0.0.6" ,
39
39
"@oasisdex/web3-context" : " ^0.0.9" ,
40
- "@prisma/client" : " ^2.0.0-beta.6 " ,
40
+ "@prisma/client" : " ^2.14.0 " ,
41
41
"@types/ethereumjs-tx" : " ^2.0.0" ,
42
42
"@types/mixpanel-browser" : " ^2.23.1" ,
43
43
"@types/morgan" : " ^1.9.0" ,
138
138
"devDependencies" : {
139
139
"@babel/core" : " ^7.9.0" ,
140
140
"@babel/plugin-proposal-class-properties" : " ^7.10.4" ,
141
- "@prisma/cli" : " ^2.0.0-beta.6 " ,
141
+ "@prisma/cli" : " ^2.14.0 " ,
142
142
"@storybook/react" : " ^5.3.19" ,
143
143
"@types/bn.js" : " ^4.11.1" ,
144
144
"@types/body-parser" : " ^1.19.0" ,
Original file line number Diff line number Diff line change
1
+ { pkgs ? import <nixpkgs> { } } :
2
+
3
+ with pkgs ;
4
+
5
+ mkShell {
6
+ buildInputs = [ ] ;
7
+ shellHook = ''
8
+ export PRISMA_MIGRATION_ENGINE_BINARY="$HOME/code/prisma/target/release/migration-engine"
9
+ export PRISMA_QUERY_ENGINE_BINARY="$HOME/code/prisma/target/release/query-engine"
10
+ export PRISMA_INTROSPECTION_ENGINE_BINARY="$HOME/code/prisma/target/release/introspection-engine"
11
+ export PRISMA_FMT_BINARY="$HOME/code/prisma/target/release/migration-engine"
12
+ '' ;
13
+ }
You can’t perform that action at this time.
0 commit comments