This commit is contained in:
2025-03-23 20:49:21 +08:00
parent e99a584887
commit 29d0709083
4 changed files with 158 additions and 144 deletions

3
src/scripts/get-env.ts Normal file
View File

@@ -0,0 +1,3 @@
import { useConfig } from '@kevisual/use-config/env';
console.log(useConfig());