@winston.wan/burn-your-money 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +1 -0
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -88,6 +88,7 @@ function installScripts() {
|
|
|
88
88
|
function configureSettings() {
|
|
89
89
|
log("Configuring Claude Code...", colors.cyan);
|
|
90
90
|
const home = getHomeDir();
|
|
91
|
+
const projectRoot = __dirname;
|
|
91
92
|
const settingsFile = path.join(home, '.claude', 'settings.json');
|
|
92
93
|
|
|
93
94
|
let settings = {};
|