Skip to content

Commit

Permalink
Added default install path for forc and fuel-core to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed May 15, 2024
1 parent 054d877 commit 4d33bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/demo-fuels/fuels.config.full.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ export default createConfig({

// #region forcPath
// Default: 'forc',
forcPath: '/custom/path/to/forc',
forcPath: '~/.fuelup/bin/forc',
// #endregion forcPath

// #region fuelCorePath
// Default: 'fuel-core'
fuelCorePath: '/custom/path/to/fuel-core',
fuelCorePath: '~/.fuelup/bin/fuel-core',
// #endregion fuelCorePath
});

Expand Down

0 comments on commit 4d33bf6

Please sign in to comment.