Skip to content

Commit

Permalink
Merge pull request #6496 from blockchain/fix/legacy-route-removal
Browse files Browse the repository at this point in the history
fix/legacy-route-removal: remove from paths.js
  • Loading branch information
jhagerman-bc authored Oct 25, 2024
2 parents b964368 + 61ef7af commit 45c7ac0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/paths.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
const path = require('path')
const appDirectory = `${__dirname}/../`
const resolveRoot = relativePath => path.resolve(appDirectory, relativePath)
const resolveRoot = (relativePath) => path.resolve(appDirectory, relativePath)

// config after eject: we're in ./config/
module.exports = {
appBuild: resolveRoot('lib'),
ciBuild: resolveRoot('dist'),
legacyPages: resolveRoot('legacy-pages'),
pkgJson: resolveRoot('package.json'),
envConfig: resolveRoot('config/env'),
src: resolveRoot('packages/blockchain-wallet-v4-frontend/src'),
Expand Down

0 comments on commit 45c7ac0

Please sign in to comment.