Use project root constant instead of process.cwd()

This commit is contained in:
CPTProgrammer
2026-07-16 11:39:13 +08:00
parent 7173ef1149
commit c21d67b130
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
export const PROJECT_ROOT = __dirname;