feat: init @affine/env (#1243)

This commit is contained in:
Himself65
2023-03-01 19:26:55 -06:00
committed by GitHub
parent 71a0951c77
commit 1abab690af
19 changed files with 338 additions and 137 deletions
+5 -1
View File
@@ -21,7 +21,8 @@
"@affine/datacenter": ["./packages/datacenter/src"],
"@affine/i18n": ["./packages/i18n/src"],
"@affine/logger": ["./packages/logger/src"],
"@affine/debug": ["./packages/store/debug"],
"@affine/debug": ["./packages/debug"],
"@affine/env": ["./packages/env"],
"@toeverything/pathfinder-logger": ["./packages/logger"]
}
},
@@ -46,6 +47,9 @@
},
{
"path": "./packages/logger"
},
{
"path": "./packages/env"
}
],
"files": [],