feat: add summary

This commit is contained in:
2025-06-28 02:46:50 +08:00
parent 204165bf73
commit e2d0720698
14 changed files with 158 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
import { useConfig } from '@kevisual/use-config/env';
export const config = useConfig();
export const isDev = config.ENV === 'development';