mirror of
https://github.com/status-im/sn-api.git
synced 2026-08-30 09:11:08 +00:00
* add predeposit routes * add predeposit vault table * create predeposit vault model * get predeposit vaults endpoint * added vault apy updating admin route * lint fixes * add openapi docs * add openapi docs * add db:seed as part of docker entrypoint
7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
yarn build;
|
|
yarn db:migration;
|
|
yarn db:seed;
|
|
yarn start;
|