Refactor config API to use filename-based identifiers

This commit is contained in:
CPTProgrammer
2026-07-16 12:30:51 +08:00
parent c21d67b130
commit f90923736f
7 changed files with 99 additions and 42 deletions
+1 -1
View File
@@ -1 +1 @@
export const PROJECT_ROOT = __dirname;
export const PROJECT_ROOT = process.cwd();