feat: decouple l-s entrypoint
This commit is contained in:
parent
2a2c1fccc8
commit
f4d6b5e454
48 changed files with 411 additions and 232 deletions
|
|
@ -1,10 +1,10 @@
|
|||
const fs = require('fs')
|
||||
|
||||
const options = require('../options')
|
||||
|
||||
const common = require('./common')
|
||||
|
||||
const MOUNT_POINT = options.blockchainDir
|
||||
const BLOCKCHAIN_DIR = process.env.BLOCKCHAIN_DIR
|
||||
|
||||
const MOUNT_POINT = BLOCKCHAIN_DIR
|
||||
|
||||
module.exports = {prepareVolume}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue