We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def86d2 commit d94d312Copy full SHA for d94d312
packages/core/src/InstanceSettings.ts
@@ -21,7 +21,7 @@ export class InstanceSettings {
21
private readonly userHome = this.getUserHome();
22
23
/** The path to the n8n folder in which all n8n related data gets saved */
24
- readonly n8nFolder = path.join(this.userHome, '.n8n'); // @TODO: Solution that keeps this readonly
+ readonly n8nFolder = path.join(this.userHome, '.n8n');
25
26
/** The path to the folder where all generated static assets are copied to */
27
readonly staticCacheDir = path.join(this.userHome, '.cache/n8n/public');
0 commit comments