Skip to content

Commit 3004dc5

Browse files
committed
fix: lowcode designer enable type
1 parent aca87ea commit 3004dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tinyvue/src/env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare global {
1515
interface ImportMetaEnv {
1616
readonly VITE_API_BASE_URL: string;
1717
readonly VITE_MOCK_SERVER_HOST: string;
18-
readonly VITE_LOWCODE_DESIGNER_ENABLED: boolean;
18+
readonly VITE_LOWCODE_DESIGNER_ENABLED: string;
1919
readonly VITE_CONTEXT: string;
2020
readonly VITE_BASE_API: string;
2121
readonly VITE_SERVER_HOST: string;

0 commit comments

Comments
 (0)