Skip to content

Commit

Permalink
fix: 没有把配置文件丢到 data 里头
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Jan 11, 2025
1 parent bf1f3af commit ba143a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const version = "3.2.1-pre3";

export class Config {
private static _instance: Config;
public static readonly FILENAME = 'config.json5';
public static readonly FILENAME = './data/config.json5';
private static _fsWatcher: fs.FSWatcher;

public readonly dns: {
Expand Down

0 comments on commit ba143a2

Please sign in to comment.