diff --git a/server/config.ts b/server/config.ts index 0aa23c0..8c47b8e 100644 --- a/server/config.ts +++ b/server/config.ts @@ -6,7 +6,7 @@ export default class Config { io.mkdirs(Config.dirs[key]) } } - static BASE_DIR = 'whitesilk' + static BASE_DIR = 'whitesilk_data' static dirs : { [key: string]: string } = { WEB_PAGE_DIR: this.BASE_DIR + '/_webpage' }