feat: support some configurations through the .env file

This commit is contained in:
vince
2024-07-09 23:43:08 +08:00
parent 2731a1ec96
commit 2406ca832b
10 changed files with 50 additions and 19 deletions

View File

@@ -1,2 +1,3 @@
export * from './config';
export * from './plugins';
export { loadAndConvertEnv } from './utils/env';