Replace env-paths with xdg-basedir for better XDG compliance and cross-platform directory handling

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
Dax Raad
2025-06-03 14:46:28 -04:00
parent 9ad0477af6
commit 8e769dcac0
7 changed files with 30 additions and 22 deletions

View File

@@ -177,7 +177,7 @@ export namespace Server {
root: app.path.root,
data: app.path.data,
cwd: app.path.cwd,
config: Global.config(),
config: Global.Path.data,
})
},
)