Skip to content

Commit 3bdecb6

Browse files
committed
git mv ENVIRONMENT_VARS to platform-ui
... gathering env vars in a shared utility package was too cute. revert back to: - gather env data from end application bundle - feed env data to shared packages at import / runtime
1 parent 34a9e4b commit 3bdecb6

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

packages/common/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export * from './wire-format.js';
22
export * from './course-data.js';
3-
export { default as ENV } from './ENVIRONMENT_VARS.js';
43
export * from './elo.js';
54
export * from './namespacer.js';
65
export * from './logshim.js';

0 commit comments

Comments
 (0)